Configuration driven Active Directory management.
Removes a link between two sites from configuration.
Unregister-FMSiteLink [-Site1] <String> [-Site2] <String> [<CommonParameters>]
Removes a link between two sites from configuration.
Unregister-FMSiteLink -Site1 MySite -Site2 MyOtherSite
Removes a sitelink from configuration.
The site1 of the link.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The site2 of the link.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.