Configuration driven Active Directory management.
Removes a group policy link from the configured desired state.
Unregister-DMGPLink -PolicyName <String> -OrganizationalUnit <String> [<CommonParameters>]
Unregister-DMGPLink -PolicyName <String> -OUFilter <String> [<CommonParameters>]
Removes a group policy link from the configured desired state.
Get-DMGPLink | Unregister-DMGPLink
Clears all configured Group policy links.
The name of the policy to unregister.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The name of the organizational unit the policy should be unregistered from.
Type: String
Parameter Sets: Path
Aliases: OU
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The filter of the filterbased policy link to remove
Type: String
Parameter Sets: Filter
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.