Disables the Protected Settings for GPOs.
Set-EnableProtectedSettings –EnableProtectedSettings
Enables the Protected Settings for GPOs
Get-Item . | Get-AssignedProtectedSettingsPolicies
Gets a list of all Protected Settings Policies assigned to the current container.
Get-Item "VCRoot:\Locations" | Get-AssignedProtectedSettingsPolicies
Gets a list of all Protected Settings Policies assigned to the "Locations" container.
$PSP = Get-ProtectedSettingsPolicies | ? {$_.Name -eq "PROT_01"}
get-item .\locations | Add-ProtectedSettingsPolicies -ProtectedSettingsPolicies $assignment
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center