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

Cancel pending deployment

If there is an issue with a pending deployment, you can easily cancel it. .

You need to know the object that is to be deployed

Select-CancelDeployment [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]

$GPO = Get-Item "IE Settings"

Select-CancelDeployment $GPO

The Get-Item command identifies the object for which you want to cancel the deployment. In this case, IE Settings is the GPO you want to cancel the deployment of to the live environment.

Gathering object and GPOADmin information

The examples in this section provide addition information on objects you are working with or GPOADmin in general.

Identify which objects are checked out

You may want to know which objects in the Version Control are checked out. You can specify the type of object such as OU and SOMs. This command provides a list of check out objects.

Get-CheckedOut [-GPOs] [-ProtectedSettings] [-WMIFilters] [-SOMs] [-OUs] [-Domains] [-Sites] [-Scripts] [-SortBy <SortField>] [-Descending] [-Count] [-PipelineVariable <String>]

Get-CheckedOut

Returns a list of all objects giving the type and version of the object.

Get-CheckedOut -GPOs

Returns a list of all GPOs which are checked out.

Identify which objects are checked out to me

You may want to know which objects in the Version Control are checked out specifically by you. You can specify the type of object such as GPOs and WMI Filter. This command provides a list of check out objects.

Get-CheckedOutToMe [-GPOs] [-ProtectedSettings] [-WMIFilters] [-SOMs] [-OUs] [-Domains] [-Sites] [-Scripts] [-SortBy <SortField>] [-Descending] [-Count] [-PipelineVariable <String>]

Get-CheckedOutToMe

Returns a list of all objects giving the type and version of the object that are specifically checked out by you.

Get-CheckedOutToMe -GPOs

Returns a list of all GPOs which are specifically checked out by you.

Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation