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

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoc70 committed Apr 6, 2017
1 parent 5b29298 commit 6e556de
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 26 deletions.
File renamed without changes.
49 changes: 23 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,40 @@
# Copy-ReceiveConnector.ps1
Copy a selected receive connector and it's configuration and permissions to other Exchange Servers

##Description
## Description
This script copies a receive connector from a source Exchange Server to a single target Exchange server or to all Exchange servers.

Configured permissions are copied as well, if required.

##Inputs
ConnectorName
## Parameters
### ConnectorName
Name of the connector the new IP addresses should be added to

SourceServer
### SourceServer
Name of the receive connector to copy

TargetServer
### TargetServer
Target Exchange server to copy the selected receive connector to

DomainController
### DomainController
Domain Controller name

CopyToAllOther
### CopyToAllOther
Switch to copy to all other Exchange servers

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

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

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

ViewEntireForest
### ViewEntireForest
View entire Active Directory forest

##Outputs
No additional output.

##Examples
## Examples
```
.\Copy-ReceiveConnector.ps1 -SourceServer MBX01 -ConnectorName nikos-one-RC2 -TargetServer MBX2 -DomainController MYDC1.mcsmemail.de
```
Expand All @@ -53,24 +50,24 @@ Copy Exchange 2013 receive connector nikos-one-RC2 from server MBX01 to all othe
```
Copy Exchange 2013 receive connector "nikos-two relay" from Exchange 2007 server MBX2007 to Exchange 2013 server MBX01 and reset network bindings

##TechNet Gallery
## TechNet Gallery
Find the script at TechNet Gallery
* https://gallery.technet.microsoft.com/Copy-a-receive-connector-b20b9bef


##Credits
## Credits
Written by: Thomas Stensitzki

Find me on:
## Social

* My Blog: https://www.granikos.eu/en/justcantgetenough
* Archived Blog: http://www.sf-tools.net/
* Twitter: https://twitter.com/apoc70
* LinkedIn: http://de.linkedin.com/in/thomasstensitzki
* Github: https://github.com/Apoc70
* My Blog: https://JustCantGetEnough.Granikos.eu
* Archived Blog: http://www.sf-tools.net/
* Twitter: https://twitter.com/apoc70
* LinkedIn: http://de.linkedin.com/in/thomasstensitzki
* Github: https://github.com/Apoc70

For more Office 365, Cloud Security and Exchange Server stuff checkout services provided by Granikos

* Blog: http://blog.granikos.eu/
* Website: https://www.granikos.eu/en/
* Twitter: https://twitter.com/granikos_de
* Blog: http://blog.granikos.eu/
* Website: https://www.granikos.eu/en/
* Twitter: https://twitter.com/granikos_de

0 comments on commit 6e556de

Please sign in to comment.