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.
Now and again you might want to find out what Windows / Office Updates are installed on a particular server. You can type the command…
With 2008 R2 Servers you can now use PowerShell to exports user details en mass. To do this login to a 2008 R2 Domain Controller…
Run the following Powershell command to find out who forwards to who in Exchange 2007 or 2010 Get-Mailbox | Where {$_.ForwardingAddress -ne $null} | Select…
Run the following command to set Outlook Web App enabled for all user mailboxes Get-Mailbox -RecipientTypeDetails UserMailbox -resultsize unlimited | Set-CASMailbox -OWAEnabled $true