Skip to content

Instantly share code, notes, and snippets.

@itsthedoc
Created January 20, 2018 01:26
Show Gist options
  • Save itsthedoc/9867459450f1580fae0772d738e04b9e to your computer and use it in GitHub Desktop.
Save itsthedoc/9867459450f1580fae0772d738e04b9e to your computer and use it in GitHub Desktop.
Get-ADObject -Filter * -Properties * | where {$_.objectsid -eq "REPLACE-WITH-SID"} | fl cn,objectclass,objectsid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment