How to Manage Mailbox Rules (Using Exchange PowerShell):
- Connect to Exchange Online PowerShell: Open PowerShell and connect to your Exchange Online organization.
- Connect-ExchangeOnline
Use the Get-InboxRule cmdlet: This cmdlet retrieves the inbox rules for a specific mailbox. For example, to get the rules for user@example.com:
Code:
Get-InboxRule -Mailbox user@example.com
Kon Belieu
Comments are closed