PowerShell Logo Small

New-ADReplicationSiteLinkBridge



This is the built-in help made by Microsoft for the command 'New-ADReplicationSiteLinkBridge', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 <ADAuthType>] [-Credential
<PSCredential>] [-Description <String>] [-Instance <ADReplicationSiteLinkBridge>] [-InterSiteTransportProtocol
<ADInterSiteTransportProtocolType>] [-OtherAttributes <Hashtable>] [-PassThru [<SwitchParameter>]] [-Server <String>] [-Confirm
[<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<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/?LinkId=216379
Get-ADReplicationSiteLinkBridge
Remove-ADReplicationSiteLinkBridge
Set-ADReplicationSiteLinkBridge

REMARKS

<

Examples


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

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



Description

-----------

Create a new site link bridge named 'NorthAmerica-Asia' bridging the two sites links 'NorthAmerica-Europe' and 'Europe-Asia'.




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

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



Description

-----------

Create 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.