by Rocky Beaven | Sep 18, 2015 | Exchange Server, Microsoft 365, PowerShell
If you need a list of all devices currently (or historically) connected to Exchange via ActiveSync, this PowerShell script will list the relevant info for you: Get-Mailbox | ForEach {Get-MobileDeviceStatistics -Mailbox:$_.Identity} | select-object Identity,...
by Rocky Beaven | Sep 18, 2015 | Exchange Server, Microsoft 365, PowerShell
Have been doing a number of cut-over migrations from on-premises Exchange server (SBS usually) to Office365, and it is very handy to have a list of all the defined SMTP addresses for each user, along with who has full access to which mailboxes etc, to ease the setup...