PowerShell Obtenha todas as variáveis de ambiente
# Windows Powershell
Get-ChildItem Env:
Muddy Moose
# Windows Powershell
Get-ChildItem Env:
[System.Environment]::GetEnvironmentVariables()
#Windows Powershell
cd Env:
Get-ChildItem