[Enum]::GetNames('System.Environment+SpecialFolder') $mydocfolder = [Environment]::GetFolderPath('MyDocuments') $mydocfolder $mydocfolder.GetType().FullName [Environment]::GetFolderPath('ApplicationData') [Environment]::GetFolderPath('Startup')