Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Import-Module Microsoft.PowerShell.Security
  2. set-location cert:
  3. Get-ChildItem -recurse | Where-Object {$_.Thumbprint -match "98A04E4163357790C4A79E6D713FF0AF51FE6927"} | write-host "eDellRoot Found"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement