Cumulative Update 6 (CU6) for Exchange Server 2016 will be released soonTM, but before that happens, I wanted to make […]
Usually, the Exchange external Autodiscover DNS entity is configured as a regular A or CNAME record. In some cases, a […]
Here are 3 scripts that I wanted to call out: Install Exchange 2016 Pre-requisites.ps1 – Makes it easier to install […]
Get-Mailbox | Get-MailboxStatistics | Select-Object DisplayName, @{name="TotalItemSize (GB)";expression={[math]::Round((($_.TotalItemSize.Value.ToString()).Split("(")[1].Split(" ")[0].Replace(",","")/1GB),2)}},ItemCount | Sort "TotalItemSize (GB)" -Descending If we need to export the […]