The Exchange Management Shell is built on Microsoft Windows PowerShell technology. You will need to have the Exchange Management Shell installed on your computer first. To add the Exchange Management Shell from Windows Powershell Click Start Orb, then type powershell_ise in the Start Menu search. Click on powershell_ise.exe Type the following commands: Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin chdir [...]
Archives: March 2011
March 2, 2011
March 1, 2011
Purge Disconnected Mailboxes From Exchange 2007
With Exchange 2007, it does not allow you to purge any disconnected mailboxes through the GUI. However, using the Exchange Management Shell we can remove a single or multiple mailboxes. Open the Exchange Management Shell and use the following commands: To list all disconnected mailboxes: Get-MailboxStatistics -Server {server name} | where-object { $_.DisconnectDate -ne $null [...]
