Skip to content

Instantly share code, notes, and snippets.

@ebibibi
Created May 17, 2012 04:03
Show Gist options
  • Select an option

  • Save ebibibi/2716207 to your computer and use it in GitHub Desktop.

Select an option

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