Unregister-FMSiteLink
SYNOPSIS
Removes a link between two sites from configuration.
SYNTAX
__AllParameterSets
Unregister-FMSiteLink [-Site1] <string> [-Site2] <string> [<CommonParameters>]
DESCRIPTION
Removes a link between two sites from configuration.
EXAMPLES
EXAMPLE 1
Unregister-FMSiteLink -Site1 MySite -Site2 MyOtherSite
Removes a sitelink from configuration.
PARAMETERS
-Site1
The site1 of the link.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Site2
The site2 of the link.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: true
ValueFromPipeline: false
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.