Monthly Archives: December 2009

Exchange 2010 Genifax Connector

New-ForeignConnector –Name “GeniFax Exchange Connector” –AddressSpaces “FAX:*;1” –SourceTransportServers  SERVER Get-ForeignConnector | Set- ForeignConnector –dropdirectory C:\FaxConnector   The following permissions are required on the Drop directory: Administrator: Full Control System: Full Control Network Service: Read, Write, and Delete Subfolders and Files

Posted in Exchange | 4 Comments

Exchange Various Commands useful for uninstalling

Move Public folder replicas to another Exchange server   MoveAllReplicas.ps1 -Server SERVERNAME –NewServer SERVERNAME   Fix for error: The DisplayName property contains leading or trailing whitespace, which must be removed   get-publicfolder -identity “\” -Recurse -ResultSize Unlimited | Foreach { Set-publicfolder … Continue reading

Posted in Exchange | Leave a comment