mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
52 lines
2.0 KiB
PowerShell
52 lines
2.0 KiB
PowerShell
$Script:GPOPropetiesComputers = [ordered] @{
|
|
'Account' = ''
|
|
'Audit' = ''
|
|
'AuditSetting' = ''
|
|
'AutoEnrollmentSettings' = ''
|
|
'Blocked' = ''
|
|
'certSettingsTrustedPublishers' = ''
|
|
'DataSourcesSettings' = ''
|
|
'DomainProfile' = ''
|
|
'Dot3SvcSetting' = ''
|
|
'EFSRecoveryAgent' = ''
|
|
'EFSSettings' = ''
|
|
'EnvironmentVariables' = ''
|
|
'EventLog' = ''
|
|
'File' = ''
|
|
'FilesSettings' = ''
|
|
'Folders' = ''
|
|
'General' = ''
|
|
'Global' = ''
|
|
'GlobalSettings' = ''
|
|
'InboundFirewallRules' = ''
|
|
'IntermediateCACertificate' = ''
|
|
'InternetZoneRule' = ''
|
|
'LocalUsersAndGroups' = ''
|
|
'MsiApplication' = ''
|
|
'NetworkOptions' = ''
|
|
'NetworkShares' = ''
|
|
'NTServices' = ''
|
|
'OutboundFirewallRules' = ''
|
|
'PathRule' = ''
|
|
'Policy' = ''
|
|
'PowerOptions' = ''
|
|
'PrinterConnection' = ''
|
|
'Printers' = ''
|
|
'PrivateProfile' = ''
|
|
'PublicProfile' = ''
|
|
'Registry' = ''
|
|
'RegistrySetting' = ''
|
|
'RegistrySettings' = ''
|
|
'RestrictedGroups' = ''
|
|
'RootCertificate' = ''
|
|
'RootCertificateSettings' = ''
|
|
'ScheduledTasks' = ''
|
|
'Script' = ''
|
|
'SecurityOptions' = ''
|
|
'ShortcutSettings' = ''
|
|
'SystemServices' = ''
|
|
'TrustedPublishersCertificate' = ''
|
|
'type' = ''
|
|
'UserRightsAssignment' = ''
|
|
'WLanSvcSetting' = ''
|
|
} |