Note: This blog post outlines guidance on how to allow SSO on End-Users devices operated by Microsoft Windows OS and […]
Here are 3 scripts that I wanted to call out: Install Exchange 2016 Pre-requisites.ps1 – Makes it easier to install […]
I hope there is no need to explain what is “Azure AD Connect” :). We like it or not, but […]
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 […]