4500 S Lakeshore Drive Tempe, AZ 85282

4500 E Speedway Blvd Tucson, AZ 85712 

 
July 23, 2009

Antivirus and Exchange 2007

What folders should be excluded? Mailbox Server Role: You must exclude specific directories for each Exchange server or server role on which you run a file-level antivirus […]
July 13, 2009

Sending an email with Powershell

$SmtpServer = “yourServer” $From = me@N2NetworkSolutions.com if ($args.Length -lt 1) {      $To = Engineers@N2NetworkSolutions.com } else {      $to = $args[0] } $subject = “Need […]
July 13, 2009

Backing up and restoring Edge Transport

In the c:Program filesMicrosoftExchange ServerScripts directory there exists a powershell script called ExportEdgeConfig.ps1.  You can backup your Edge Transport by executing the following command From Exchange […]