Skip to main content

Get-DMWmiFilter

SYNOPSIS

Returns all registered WMI filter definitions.

SYNTAX

__AllParameterSets

Get-DMWmiFilter [[-Name] <string>] [<CommonParameters>]

DESCRIPTION

Returns all registered WMI filter definitions.

EXAMPLES

EXAMPLE 1

Get-DMWmiFilter

Returns all registered WMI filter definitions.

PARAMETERS

-Name

Name of the definition to filter by. Defaults to: *

Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: true
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.