PowerShell Logo Small

New-ADReplicationSiteLinkBridge



This is the built-in help made by Microsoft for the command 'New-ADReplicationSiteLinkBridge', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Creates a new site link bridge in Active Directory for replication.

SYNTAX


New-ADReplicationSiteLinkBridge [-Name] <String> [[-SiteLinksIncluded] <ADReplicationSiteLink[]>] [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>] [-Description
<String>] [-Instance <ADReplicationSiteLinkBridge>] [-InterSiteTransportProtocol {IP | SMTP}] [-OtherAttributes <Hashtable>] [-PassThru] [-Server <String>] [-Confirm]
[-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-ADReplicationSiteLinkBridge cmdlet creates a new site link bridge in Active Directory for use in replication. A site link bridge connects two or more site links and
enables transitivity between site links. Each site link in a bridge must have a site in common with another site link in the bridge.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=291072
Get-ADReplicationSiteLinkBridge
Remove-ADReplicationSiteLinkBridge
Set-ADReplicationSiteLinkBridge

REMARKS

<

Examples


-------------------------- EXAMPLE 1 --------------------------

PS C:\>New-ADReplicationSiteLinkBridge -Name "NorthAmerica-Asia" -SiteLinksIncluded "NorthAmerica-Europe","Europe-Asia"



This command creates a new site link bridge named NorthAmerica-Asia bridging the two sites links NorthAmerica-Europe and Europe-Asia.




-------------------------- EXAMPLE 2 --------------------------

PS C:\>New-ADReplicationSiteLinkBridge -Name "NorthAmerica-Asia" -SiteLinksIncluded "NorthAmerica-Europe","Europe-Asia" -InterSiteTransportProtocol IP



This command creates a new site link bridge named NorthAmerica-Asia bridging the two sites links NorthAmerica-Europe and Europe-Asia, and set the InterSiteTransportProtocol
on the new object.