4500 S Lakeshore Drive Tempe, AZ 85282

4500 E Speedway Blvd Tucson, AZ 85712 

 
January 15, 2010

Offline Files Issues

If for whatever reason you cannot get your offline files to synchronize and you want to make sure you have a backup of them before messing […]
July 26, 2009

Exchange 2007 migration links

http://www.msexchange.org/articles_tutorials/exchange-server-2007/migration-deployment/practical-look-migrating-exchange-2003-exchange-2007-part3.html http://www.simple-talk.com/exchange/exchange-articles/upgrading-to-exchange-server-2007/
July 22, 2009

Add internet mail flow to hub transport server using powershell

New-SendConnector -Name “Internet” -Usage Internet -AddressSpaces “*” -SourceTransportServers “N2Hub-01” -DNSRoutingEnabled:$true -UseExternalDNSServersEnabled:$true And this to allow anonymous connections Set-ReceiveConnector -Name “Default Server Name” -Server N2Hub-01 -PermissionGroups AnonymousUsers,ExchangeUsers,ExchangeServers,ExchangeLegacyServers