# Environment Variables

# Windows environment variables are visible as a PS drive called Env:

You can see list with all environment variables with:
Get-Childitem env:

# Instant call of Environment Variables with $env:

$env:COMPUTERNAME