Skip to content

Instantly share code, notes, and snippets.

@ebibibi
Created May 17, 2012 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebibibi/2716207 to your computer and use it in GitHub Desktop.
Save ebibibi/2716207 to your computer and use it in GitHub Desktop.
[powershell]detect currentuser is local administrator or not.
(net localgroup Administrators) -contains $env:username -or (net localgroup Administrators) -contains "$env:userdomain\$env:username"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment