Get-DMDomainData
SYNOPSIS
Returns registered domain data gathering scripts.
SYNTAX
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: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.