Skip to main content

Unregister-FMSchemaLdif

SYNOPSIS

Removes a registered ldif file from the configured state.

SYNTAX

__AllParameterSets

Unregister-FMSchemaLdif [[-Name] <string[]>] [<CommonParameters>]

DESCRIPTION

Removes a registered ldif file from the configured state.

EXAMPLES

EXAMPLE 1

Get-FMSchemaLdif | Unregister-FMSchemaLdif

Unregisters all registered ldif files.

PARAMETERS

-Name

The name to select the ldif file by.

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.