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 […]
On August 23, Windows update KB3176934 released for Windows Client. Due to a missing .MOF file in the build package, […]
It’s always good to know how many users might be affected by an taking a server down. The following PowerShell […]