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 […]
Azure AD Connect (AADC) is one of the most important components in any Office 365 or Azure related projects. It […]
To enable Microsoft Teams (slack competitor) in the Office365 tenant: Open Admin centre Click Settings Services & Add Ins Microsoft […]
The 21st Century IT Architecture! – Cloud Enabled Architecture (Recorded for Collab365 Conference) What is Cloud-Enabled Architecture? What we should […]