Skip to main content

Get-DMDomainData

SYNOPSIS

Returns registered domain data gathering scripts.

SYNTAX

__AllParameterSets

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

DESCRIPTION

Returns registered domain data gathering scripts.

EXAMPLES

EXAMPLE 1

Get-DomainData

Returns all registered domain data gathering scripts

PARAMETERS

-Name

The name to filter by, accepts wildcards. 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.