< # .SYNOPSIS This script lists the special folders enumerated in System.Environment.SpecialFolder .DESCRIPTION This script first enumerates the SpecialFolder Enum. for each member, the script then looks up, and displays, the value of that folder. .NOTES File Name : Get-SpecialFolders...