Created
January 8, 2013 10:49
-
-
Save dotnetdude/4482851 to your computer and use it in GitHub Desktop.
Environment variable Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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