I know I can access environment variables in powershell using $Env. For example, I can access FOO with $Env:FOO
What I can't figure out is how to access the environment variable called FOO.BAR
$Env:FOO.BAR doesn't work. How can I access this from within Powershell?