GetGPO
GetGPO
Retrieves one or more Group Policy Objects from a specified Active Directory domain.
Properties
GPODomain
Type: System.String
Specifies the DNS name of the domain in which to find the Group Policy Objects. When a valid domain is specified, the 'GPO Name' and 'GPO GUID' properties will contain a list of available GPOs. These values will not be provided when 'GPO Domain' is specified as a binding.
GPOName
Type: System.String
Specifies the name of the Group Policy Object to be retrieved. If no value is specified for either 'GPO GUID' or 'GPO Name' then all GPOs are retrieved. This parameter is ignored if 'GPO GUID' is supplied.
GPOGuid
Type: System.String
Specifies the GUID of the Group Policy Object to be retrieved. If no value is specified for either 'GPO GUID' or 'GPO Name' then all GPOs are retrieved. This parameter takes precedence over 'GPO Name'.
GPOOutput
Type: System.Object
Contains a collection of the Group Policy Objects retrieved. This is a read-only output parameter.
Add Comment