API Reference
Command
Remove-ADXGpoWmiFilter
Removes a GPO WMI filter.
Examples
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
- DNS domain name where the filter resides.
- Name string
- WMI filter display name to remove.
Outputs
System.Boolean