Forum Discussion
escupham
Jan 15, 2019Steel Contributor
Get-InboxRule cmdlet
Does the Get-InboxRule cmdlet pick up SMTP forwarding created through OWA?
I believe Erin refers to forwarding set via the OWA settings page, not rules. In which case the answer is no. But you can still use PowerShell to report on it. Here's a sample script I wrote that covers all forwarding methods: https://gallery.technet.microsoft.com/Office-365-Mailbox-959f4ce5?redir=0
- Yes
https://www.codetwo.com/admins-blog/managing-outlook-rules-powershell/
OWA rules are considered Server Side Rules
See also
https://blogs.technet.microsoft.com/timmcmic/2015/04/19/office-365-determine-accounts-that-have-forwarding-enabled/
Best, ChrisI believe Erin refers to forwarding set via the OWA settings page, not rules. In which case the answer is no. But you can still use PowerShell to report on it. Here's a sample script I wrote that covers all forwarding methods: https://gallery.technet.microsoft.com/Office-365-Mailbox-959f4ce5?redir=0
- Thanks VasilMichev I’ll make a note for future reference.
escupham I would go with Vasil’s recommendation and mark that as the best response. He is the authority on it!
Best, Chris