Tchater maintenant avec le support
Tchattez avec un ingénieur du support

GPOADmin 5.16 - User Guide

Introducing Quest GPOADmin Configuring GPOADmin Using GPOADmin
Connecting to the Version Control system Navigating the GPOADmin console Search folders Accessing the GPMC extension Configuring user preferences Working with the live environment Working with controlled objects (version control root) Checking compliance Editing objects Synchronizing GPOs Exporting and importing
Creating Reports Appendix: Windows PowerShell Commands Appendix: GPOADmin Event Log Appendix: GPOADmin Backup and Recovery Procedures Appendix: Customizing your workflow Appendix: GPOADmin Silent Installation Commands Appendix: Configuring Gmail for Notifications Appendix: Registering GPOADmin for Office 365 Exchange Online Appendix: GPOADmin with SQL Replication About Us

Protected Settings commands

The examples in this section deal with some of the basic GPOADmin Protected Settings commands. Protected Settings policies contain settings that you want to control. They are protected in the sense that they contain and identify the settings that may not be altered by users. This provides an added level of security for the policies within your organization. If a user attempts to create, edit, or remove the flagged settings they are stopped.

Gather Protected Settings information

Returns the status of the "Enable Protected Settings for Group Policy Objects." option. The command informs you if the Protected Settings are enabled.

Get-EnableProtectedSettings [-PipelineVariable <String>]

Get-EnableProtectedSettings

Returns the status of the "Enable Protected Settings for Group Policy Objects." option.

Enable and disable Protected Settings

This command sets the status of the "Enable Protected Settings for Group Policy Objects." option. If true, then GPO settings are verified against Protected Settings policies during check-in. Only a GPOADmin administrator can run this command.

Set-EnableProtectedSettings [[-EnableProtectedSettings]] [-PipelineVariable <String>] [-WhatIf] [-Confirm]

Set-EnableProtectedSettings

Disables the Protected Settings for GPOs.

Set-EnableProtectedSettings –EnableProtectedSettings

Enables the Protected Settings for GPOs

Get a list of Protected Settings

Use this command to get a list of all Protected Settings policies assigned to the specified container. The 'Enable Protected Settings for Group Policy Objects' must be enabled for this command to return the list. Otherwise a warning stating the Protected Settings feature is not enabled is displayed.

Get-AssignedProtectedSettingsPolicies [-Container] <VersionControlContainerData> [-PipelineVariable <String>]

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.

Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation