Variável de ambiente de conjunto de powershell
# Windows PowerShell
PS C:\> $env:VAR_NAME="VALUE"
Cautious Capuchin
# Windows PowerShell
PS C:\> $env:VAR_NAME="VALUE"
Get-Childitem -path env:
#Windows Powershell
cd Env:
Get-ChildItem