Special Folders in Powershell
A good start point is the environment variables special powershell drive, aka Env:. However all folders are not available through this mechanism. You may want to build a hash table to retrieve them all and optionally add a drive to make your code nicer to read. The code is based […]