Chatee ahora con Soporte
Chat con el soporte

GPOADmin 5.19 - 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 the change window for specific actions 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

Get notifications

This command returns the notification list enabled on an object, user, or container. The list also displays if the notification was inherited and where the inheritance is from.

Get-Notifications [[-VCData] <VersionControlledData>] [[-Account] <String>] [[-Container] <String>] [-PipelineVariable <String>]

Examples

Get-Notifications

Returns the notifications for the current container where the command is run.

Get-Notifications -Account AMER\Administrator

Returns the notifications for the user specified.

 

$gpo = Get-Item "IE Settings"

Get-Notifications -VCData $gpo -Account AMER\Administrator

Returns all the notifications the AMER\Administrator has subscribed to for the version controlled object "IE Settings”.

 

Get-Notifications -Container "VCRoot:\Accounting" -Account domain\jdoe

Returns all the notifications that domain\jdoe has subscribed to for the container "VCRoot:\Accounting".

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.

Documentos relacionados

The document was helpful.

Seleccionar calificación

I easily found the information I needed.

Seleccionar calificación