powershell print environment variables

C++
# Windows PowerShell
PS C:\> $env:VAR_NAME="VALUE"#pws
$Env:path
Get-ChildItem env#Windows Powershell
cd Env:
Get-ChildItem
Source

Also in C++: