Skip to content

Instantly share code, notes, and snippets.

@dotnetdude
Created January 8, 2013 10:49
Show Gist options
  • Select an option

  • Save dotnetdude/4482851 to your computer and use it in GitHub Desktop.

Select an option

Save dotnetdude/4482851 to your computer and use it in GitHub Desktop.
Environment variable Powershell
Dir env:\
Get-Item env:\USERNAME
(Get-Item env:\USERNAME).value
$Env:username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment