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

Managing objects

The examples in this section include GPOADmin commands used for the day-to-day operations required to manage objects.

 

Get information on all GPOs

This command returns list of GPOs for the specified domain. It includes data for any and all GPOs such as whether it is registered, its name, and other data. The main use of this command to populate an array so that the data can be redirected to another command or used in some other way.

Get-GPOs [[-Domain] <String>] [-PipelineVariable <String>]

Get-GPOs

Returns information about GPOs in the current domain.

Get-GPOs -Domain AMER.sitraka.com

Returns information about GPOs in the domain specified.

Get information for all managed objects

This command returns a list of all the version controlled objects. You can specify different object types, the domain, and get the number of objects for a type.

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

Get-AllManagedObjects
Returns a list of all managed objects.

 

Get-AllManagedObjects –GPOs

Returns a list of all managed GPO objects.

 

Get-AllManagedObjects –GPOs -Count

Returns only the number (count) of all managed GPO objects.

Get unregistered objects

This command returns information on any objects that are not registered in GPOADmin for a specified domain. You can use this information, to now register the objects if necessary. See Register an object.

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

Get-Unregistered

Returns information about all unregistered objects in the current domain.

 

Get-Unregistered -Domain AMER.sitraka.com -OUs

Returns information about OUs in the domain specified.

Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation