List Exchange 2010 List Mailbox Sizes in PowerShell
Use the powershell command below to list all the user mailboxes and their respective sizes.
Use the powershell command below to list all the user mailboxes and their respective sizes.
There seems to be an issue with Exchange 2007 / 2010 where the public folders disappear. The database files reside on the drive but they…
Run the following Powershell command to find out who forwards to who in Exchange 2007 or 2010 Get-Mailbox | Where {$_.ForwardingAddress -ne $null} | Select…
When your trying to launch EXfolders if you see the error An error occurred while trying to establish a connection to the Exchange server. Exception:…
Error I was getting was : Set-DistributionGroup Failed: Error: Couldn’t find object “domain/ who is no longer in company.” Run adsiedit.msc and remove the offending…
Run the following command to set Outlook Web App enabled for all user mailboxes Get-Mailbox -RecipientTypeDetails UserMailbox -resultsize unlimited | Set-CASMailbox -OWAEnabled $true
If you see the error message :- The User has insufficient access right When trying to delete, move or carry out other operations on a…
When loading the Exchange Management Console for Exchange 2010 you might get the error :- The following error occurred while attempting to connect to the…