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 […]
Azure AD Connect (AADC) is one of the most important components in Azure / office 365 projects. Sometimes when we […]
Microsoft distributes Office 2016 to consumers and Office 365 users using Click-To-Run, a streaming and virtualization technology that’s based on […]