For all the Powershell noobs out there, including myself. Here is how to retrieve all the environment variables.
get-item -path env:*
For more info, check out this Technet article.
For all the Powershell noobs out there, including myself. Here is how to retrieve all the environment variables.
get-item -path env:*
For more info, check out this Technet article.