Active Office 365 Cmd [verified] Jun 2026

#Office365 #SysAdmin #PowerShell #Microsoft365 #ITPro #ExchangeOnline

This mimics top or htop but for your tenant. active office 365 cmd

Note: If you need to manage Users/Groups/AAD, install the Microsoft.Graph module instead. active office 365 cmd

Get-Mailbox -ResultSize Unlimited | Where-Object $_.ForwardingSmtpAddress -ne $null | Select-Object DisplayName, ForwardingSmtpAddress, DeliverToMailboxAndForward active office 365 cmd

Want to run this interactively? Save this report as Invoke-O365CmdDemo.ps1 and explore.