Created
November 24, 2015 21:06
-
-
Save arebee/623fdccce4550a83eb14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Import-Module Microsoft.PowerShell.Security | |
set-location cert: | |
Get-ChildItem -recurse | Where-Object {$_.Thumbprint -match "98A04E4163357790C4A79E6D713FF0AF51FE6927"} | write-host "eDellRoot Found" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based entirely off someone elses that I have misplaced the link to but was in my PSH History.