mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
54 lines
2.1 KiB
PowerShell
54 lines
2.1 KiB
PowerShell
$Script:GPOPropertiesUsers = [ordered] @{
|
|
'AutoDetectConfigSettings' = ''
|
|
'AutoEnrollmentSettings' = ''
|
|
'AutomaticConfiguration' = ''
|
|
'AutoSetupSetting' = ''
|
|
'Blocked' = ''
|
|
'BrowserTitle' = ''
|
|
'CustomSetupSetting' = ''
|
|
'DataSourcesSettings' = ''
|
|
'DefinesConnectionSettings' = ''
|
|
'DefinesEscOffSettings' = ''
|
|
'DefinesEscOnSettings' = ''
|
|
'DeleteChannels' = ''
|
|
'DriveMapSettings' = ''
|
|
'EscOffLocalSites' = ''
|
|
'EscOffSecurityZoneAndPrivacy' = ''
|
|
'EscOffTrustedSites' = ''
|
|
'EscOnLocalSites' = ''
|
|
'EscOnSecurityZoneAndPrivacy' = ''
|
|
'EscOnTrustedSites' = ''
|
|
'FavoriteURL' = ''
|
|
'FilesSettings' = ''
|
|
'Folder' = ''
|
|
'FolderOptions' = ''
|
|
'Folders' = ''
|
|
'General' = ''
|
|
'HomePage' = ''
|
|
'ImportedContentRatings' = ''
|
|
'InternetOptions' = ''
|
|
'LocalUsersAndGroups' = ''
|
|
'MsiApplication' = ''
|
|
'NetworkOptions' = ''
|
|
'PathRule' = ''
|
|
'PlaceFavoritesAtTop' = ''
|
|
'Policy' = ''
|
|
'PowerOptions' = ''
|
|
'PreferenceMode' = ''
|
|
'PrinterConnection' = ''
|
|
'Printers' = ''
|
|
'Programs' = ''
|
|
'ProxySettings' = ''
|
|
'RegionalOptionsSettings' = ''
|
|
'RegistrySetting' = ''
|
|
'RegistrySettings' = ''
|
|
'RestartSetupSetting' = ''
|
|
'ScheduledTasks' = ''
|
|
'Script' = ''
|
|
'SearchBar' = ''
|
|
'ShortcutSettings' = ''
|
|
'StartMenuSettings' = ''
|
|
'ToolsSetting' = ''
|
|
'TrustedPublisherLockdown' = ''
|
|
'type' = ''
|
|
} |