Skip to content

Instantly share code, notes, and snippets.

@arebee
Created November 24, 2015 21:06
Show Gist options
  • Save arebee/623fdccce4550a83eb14 to your computer and use it in GitHub Desktop.
Save arebee/623fdccce4550a83eb14 to your computer and use it in GitHub Desktop.
Import-Module Microsoft.PowerShell.Security
set-location cert:
Get-ChildItem -recurse | Where-Object {$_.Thumbprint -match "98A04E4163357790C4A79E6D713FF0AF51FE6927"} | write-host "eDellRoot Found"
@arebee
Copy link
Author

arebee commented Nov 24, 2015

Based entirely off someone elses that I have misplaced the link to but was in my PSH History.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment