Exchange 2007/2010 For Exchange 2007 only. From server manager > Feature > Add Features > Add in the ‘RPC over HTTP
Category: Exchange
Public Folder Sizes
A nice PowerShell command to view all public folders’ sizes Get-PublicFolderStatistics | Sort-Object TotalItemSize -Descending | ft Name,@{label=”TotalItemSize(MB)”;expression={$_.TotalItemSize.Value.ToMB()}},@{label=”TotalDeletedItemSize(MB)”;expression={$_.TotalDeletedItemSize.Value.ToMB()}} -wrap | Out-String
New edge subscription in Exchange 2007
To re-subscribe the Edge server follow all the steps. To create a new Edge subscription follow the steps fomr 2
Set maximum email message size for outbound messages
To set maximum email message size for outbound messages for an individual user do the following: #First check the current
Create Distribution Groups on Exchange using EMS
To create a distribution group on Exchange 2010, 2013 & Exchange Online using EMS the command is: New-DistributionGroup -Name “Name”