LinkGPO
LinkGPO
Links a Group Policy Object to an Active Directory container. Find the GPO by input or by name.
Properties
InputGPO
Type: System.Object
Specifies the Group Policy Object to be linked to a container. This parameter takes precedence over the 'GPO GUID' and 'GPO Name' parameters.
GPODomain
Type: System.String
Specifies the full DNS name of the domain in which to find the GPO to link. 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. This parameter is ignored if 'Input GPO' is supplied.
GPOGuid
Type: System.String
Specifies the GUID of the Group Policy Object to be linked to an Active Directory container. This parameter takes precedence over the 'GPO Name' parameter. This parameter is ignored if 'Input GPO' is supplied.
GPOName
Type: System.String
Specifies the display name of the Group Policy Object to be linked to an Active Directory container. You must also specify 'Target Container'. This parameter is ignored if 'Input GPO' is supplied.
TargetContainer
Type: System.String
Specifies the LDAP path or distinguished name (DN) of the Active Directory container to which the Group Policy Object is to be linked. For example, 'OU=DesiredOU,OU=ParentOU,DC=company,DC=com'.
GPOOutput
Type: System.Object
Contains the Group Policy Object that was linked. This is a read-only output parameter.
Add Comment