PowerShell Dapatkan semua variabel lingkungan
# Windows Powershell
Get-ChildItem Env:
Muddy Moose
# Windows Powershell
Get-ChildItem Env:
[System.Environment]::GetEnvironmentVariables()
#Windows Powershell
cd Env:
Get-ChildItem