4500 S Lakeshore Drive Tempe, AZ 85282

4500 E Speedway Blvd Tucson, AZ 85712 

 
February 14, 2010

Town of Gilbert

The town of Gilbert Arizona has been a client of N2 Network Solutions for years.  In 2009 Gilbert needed an Exchange 2007 solution.  N2 discovered, designed, […]
November 2, 2009

Send a daily html CCR report via Powershell

Create a powershell script to generate the html file Test-ReplicationHealth | ConvertTo-Html -title “BackupReport CCR” -body “Backup status per Storage Group” | Set-Content E:StorageGroupBackupStatus.html note: test-systemhealth […]
October 20, 2009

Exchange 2007 CCR useful commands

Move Clustered mailbox server to another server Move-ClusteredMailboxServer -Identity:<CMSName> -TargetMachine:<PassiveNodeName> -MoveComment:<Comment> View Storage group configuration Get-StorageGroup -Server mbx01 | fl View the database configuration Get-PublicFolderDatabase -Identity […]