Environment Variables
# Set an environment variable
$Env:{Key} = "{Value}"
# List environment variables
Get-ChildItem Env:
# Remove an environment variable
$Env:{key} = $nullUnix -> PowerShell
Grep
findstr# Set an environment variable
$Env:{Key} = "{Value}"
# List environment variables
Get-ChildItem Env:
# Remove an environment variable
$Env:{key} = $nullfindstr