Get All Users Outlook/Inbox Rules in Office 365
Get All Users Outlook/Inbox Rules in Office 365 Description: PowerShell cmdlet to view inbox rules is Get-InboxRule. First grab all mailboxes in the organisation and store the UserPrincipalName in a variable. Here we are storing it in a variable called “Users” Then for each user we are going to get the InboxRule and select several attributes: MailboxOwnerID Name Description […]