[System.Environment]::GetEnvironmentVariables()
#pws $Env:path Get-ChildItem env
echo $Env:PATH | tr ';' ' '
$env:path
#Windows Powershell cd Env: Get-ChildItem
gci env:* | sort-object name