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 [email protected]:
Code:
Get-InboxRule -Mailbox [email protected]
Kon Belieu
No responses yet