Environment Variables

# Set an environment variable
$Env:{Key} = "{Value}"

# List environment variables
Get-ChildItem Env:

# Remove an environment variable
$Env:{key} = $null

Unix -> PowerShell

Grep

findstr

Reference

PowerShell Documentation