Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Read me updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoc70 committed Jun 29, 2015
1 parent 2ee35b1 commit b31e55e
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE
RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER.

Version 1.1, 2015-06-18
Version 1.2, 2015-06-29

Please send ideas, comments and suggestions to [email protected]

Expand All @@ -27,6 +27,7 @@
--------------------------------------------------------------------------------
1.0 Initial community release
1.1 Domain Controller parameter added, permissions group copy added
1.2 Move to FrontendTransport added, optional permission copy added, reset bindings added

.PARAMETER ConnectorName
Name of the connector the new IP addresses should be added to
Expand All @@ -43,8 +44,26 @@
.PARAMETER CopyToAllOther
Switch to copy to all other Exchange servers

.PARAMETER CopyPermissions
Copy non inherited source receive AD permissions to target receive connector. Inherited permissions will not be copied

.PARAMETER MoveToFrontend
Change source connector transport role to FrontendTransport. This is required when you copy a receive connector from Exchange 2007 to Exchange 2013

.PARAMETER ResetBindings
Do not copy bindings but reset receive connector network bindings to 0.0.0.0:25

.PARAMETER ViewEntireForest
View entire Active Directory forest

.EXAMPLE
Copy Exchange 2013 receive connector nikos-one-RC2 from server MBX01 to server MBX2
.\Copy-ReceiveConnector.ps1 -SourceServer MBX01 -ConnectorName nikos-one-RC2 -TargetServer MBX2 -DomainController MYDC1.mcsmemail.de

.EXAMPLE
.\Copy-ReceiveConnector.ps1 -SourceServer MBX01 -ConnectorName nikos-one-RC1 -CopyToAllOther -DomainController MYDC1.mcsmemail.de
Copy Exchange 2013 receive connector nikos-one-RC2 from server MBX01 to all other Exchange 2013 servers
.\Copy-ReceiveConnector.ps1 -SourceServer MBX01 -ConnectorName nikos-one-RC1 -CopyToAllOther -DomainController MYDC1.mcsmemail.de

.EXAMPLE
Copy Exchange 2013 receive connector "nikos-two relay" from Exchange 2007 server MBX2007 to Exchange 2013 server MBX01 and reset network bindings
.\Copy-ReceiveConnector.ps1 -SourceServer MBX2007 -ConnectorName "nikos-two relay" -TargetServer MBX01 -MoveToF

0 comments on commit b31e55e

Please sign in to comment.