Unregister-DMDomainData
SYNOPSIS
Removes registered domain data gathering scripts.
SYNTAX
__AllParameterSets
Unregister-DMDomainData [-Name] <string[]> [<CommonParameters>]
DESCRIPTION
Removes registered domain data gathering scripts. Also deletes all associated cached data.
EXAMPLES
EXAMPLE 1
Get-DMDomainData | Unregister-DMDomainData
Clears all domain data gathering scripts.
PARAMETERS
-Name
Name of the domain data gathering script to remove.
Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
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.