TestimoX

API Reference

Command

Remove-ADXGpoWmiFilter

Namespace ADPlayground.PowerShell
Outputs
System.Boolean

Removes a GPO WMI filter.

Examples

Authored help example

Example 1


Remove-ADXGpoWmiFilter -Domain contoso.com -Name 'ServersOnly'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Remove-ADXGpoWmiFilter -Domain <string> -Name <string> [<CommonParameters>]
#

Parameters

Domain string requiredposition: namedpipeline: false
DNS domain name where the filter resides.
Name string requiredposition: namedpipeline: false
WMI filter display name to remove.

Outputs

System.Boolean