Chat now with support
Chat with 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

What are the properties of an object

The Get-Properties command returns the properties for a specified object. This can be useful when you want to know specific information on an object.

Get-Properties [-VCData] <VersionControlledData> [-PipelineVariable <String>]

Get-Item "IE Settings" | Get-Properties

The Get-Item command identifies the object for which to get the properties. The object data is then piped into the Get-Properties command and the properties for that object are displayed.

The piping works the same as the following command. It is just a quicker way of executing the command by taking advantage of the piping feature in PowerShell.

$GPO = Get-Item "IE Settings"

Get-Properties $GPO

The Get-Item command identifies the object and is stored in a variable. The Get-Properties command is called with the variable and the properties for that object are displayed.

What objects are available

The Get-Available command returns the objects that are available. This can be useful when you want to know which objects are available to edit.

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

Get-Available

Returns a listing of all the objects that are available for edit.

Get-Available -GPOs

Returns a listing of all the GPOs that are available for edit.

What objects are checked out

The Get-CheckedOut command returns the objects which are checked out. This can be useful when you want to know which objects are being edited.

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

Get-Available

Returns a listing of all the objects with a status of checked out and are being edited.

Get-Available -GPOs

Returns a listing of all the GPOs that are checked out.

Utility commands

The examples in this section demonstrate basic GPOADmin utility commands. Administrative actions usually require administrative privileges.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating