#on a computer with exchange 2007 management tools
Add-PSSnapin *exchange* export-transportrulecollection c:\scripts\exch2007transportrules.xml #on a computer with exchange 2013 management tools Add-PSSnapin *exchange* [Byte[]]$Data = Get-Content -Path '\\someserver\c$\Scripts\exch2007transportrules.xml' -Encoding Byte -ReadCount 0 Import-TransportRuleCollection -FileData $Data |
Export transport rules from Exchange 2007 and import them to 2013.
To think our System Admin was going to copy these over by hand!
Full credit to Microsoft for this one it is all from http://support.microsoft.com/kb/2846555
Full credit to Microsoft for this one it is all from http://support.microsoft.com/kb/2846555