Active Directory Management Framework

Configuration driven Active Directory management.

Unregister-DMDomainData

SYNOPSIS

Removes registered domain data gathering scripts.

SYNTAX

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: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
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.

INPUTS

OUTPUTS

NOTES