Chat now with support
Chat with Support

GPOADmin 5.17 - 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)
Creating a custom container hierarchy Selecting security, levels of approval, and notification options Viewing the differences between objects Copying/pasting objects Proposing the creation of controlled objects Merging GPOs Restoring an object to a previous version Restoring links to a previous version Managing your links with search and replace Linking GPOs to multiple Scopes of Management Managing compliance issues automatically with remediation rules Validating GPOs Managing GPO revisions with lineage Setting when users can modify objects Working with registered objects Working with available objects Working with checked out objects Working with objects pending approval and deployment
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

Set notifications on objects

This command sets the notification list enabled on an object, user, or container.

Set-Notifications [[-VCData] <VersionControlledData>] [[-Account] <String>] [[-Container] <String>] [-Notifications] <String[]> [-PipelineVariable <String>] [-WhatIf] [-Confirm]

Set-Notifications -Notifications "Register", "Unregister"

Subscribes the currently connected user to the "Register" and "Unregister" notifications for the current container. In this case "VCRoot".

 

Set-Notifications -Account AMER\Administrator -Notifications "Register", "Unregister"

Subscribes AMER\Administrator to the "Register" and "Unregister" notifications for the version controlled object "IE Settings"

 

$gpo = Get-Item "IE Settings"

Set-Notifications -VCData $gpo -Account AMER\Administrator -Notifications "Register", "Unregister"

Subscribes AMER\Administrator to the "Register" and "Unregister" notifications for the version controlled object "IE Settings"

 

Set-Notifications -Container "VCRoot:\Accounting" -Account AMER\jdoe -Notifications "Register", "Unregister"

Subscribes AMER\jdoe to the "Register" and "Unregister" notifications for the container "VCRoot:\Accounting".

Administrative commands

The examples in this section deal with some of the basic GPOADmin administrative commands.

Approval workflow information

This command gets the approval workflow for the specified object. This is used to confirm who has the responsibility to approve actions for create, modify, and delete. This is usually applied to a container.

Get-ApprovalWorkflow [-Path] <String> [-Action] <ActionType> [[-Raw]] [-PipelineVariable <String>]

Get-ApprovalWorkflow VCRoot:\IE_Settings Create

Retrieves the create approval workflow for the IE_Settings container.

Get-ApprovalWorkflow VCRoot:\IE_Settings Create -Raw

Retrieves the create approval workflow for the IE_Settings container in its raw format.

Set the approval workflow

Sets the approval workflow for the specified container.

Set-ApprovalWorkflow [-Path] <String> [-Action] <ActionType[]> [[-ApprovalWorkflow] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]

Set-ApprovalWorkflow VCRoot:\IE_Settings Create "AMER\CreateReviewers,1|AMER\CreateApprover,0"

Sets the create approval workflow for the IE_Settings container. The group AMER\CreateReviewers requires one approver and the group AMER\CreateApprover requires no approvers.

 

Set-ApprovalWorkflow -Path "VCRoot:\IE_Settings" -Action "Create", "Delete", "Edit" -ApprovalWorkflow "AMER\CreateReviewers,1|AMER\CreateApprover,0"

Sets the create, delete, and edit approval workflow for the IE_Settings container. The group AMER\CreateReviewers requires one approver and the group AMER\CreateApprover requires no approvers.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating