Skip to main content

Unregister-FMSite

SYNOPSIS

Removes a site from the list of registered sites.

SYNTAX

__AllParameterSets

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

DESCRIPTION

Removes a site from the list of registered sites.

EXAMPLES

EXAMPLE 1

Unregister-FMSite -Name "MySite"

Removes the site "MySite" from the list of registered sites

PARAMETERS

-Name

Name of the site to unregister

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.