Move Exchange 2010 Mailbox Database Manually
Normally you would right click on an Exchange 2010 Mailbox Database and then click “Move Database Path”. However sometimes this times out or it goes…
Normally you would right click on an Exchange 2010 Mailbox Database and then click “Move Database Path”. However sometimes this times out or it goes…
First of all the user account you are going to be carrying out the export as needs the correct permissions. The correct command for this…
To List the deleted folder sizes for users mailboxes run the powershell command below : Get-Mailbox –Server ServerName -ResultSize Unlimited | Get-MailboxFolderStatistics -FolderScope DeletedItems |…
If you have a mailbox with lots of corrupted items and you want to move it to a new mailbox database you can use the…
When carrying out a move request in Exchange 2010 you might get the move request status come back up as “Completed with warning”. On closer…
We all know that exchange databases don’t shrink in size once they have grown without a defrag. However if you want to see how much…
To Export a List of Windows Services which are set to auto in PowerShell run the following command :- get-WmiObject Win32_service | Where-Object {$_.Startmode -contains…
Use the command below to export an exchange distribution group to a CSV file. Exports loads of info like which mailbox they sit in and…