Showing tag results for Mount-SpecialFolders

Dec 15, 2008
Post comments count0
Post likes count0

Mount-SpecialFolders.ps1

PowerShell Team
PowerShell Team

The other day I showed you how you can use ENUMs.  I showed an example of how you can find all the SPECIALFOLDERs on a system.  Here is a script that I call Mount-SpecialFolders.ps1 which mounts all your special folders as PowerShell drives.   # Mount-SpecialFolders.ps1 # param($Folder="*", [SWITCH]$Verbose, [SW...

System.EnvironmentMount-SpecialFolders