Forum Discussion
Michael Donovan
Jun 30, 2021Brass Contributor
Client-side rules
<p> It seems incredible that there is no visibility into client-side rules (particularly via PowerShell.) Our company would like a means of preventing client-side rules that forward emails without ...
Michael Donovan
Jul 14, 2021Brass Contributor
Thanks for your reply EricStarker
When I run a get-inbox on a mailbox and look at any rules with the value supportedbytask set to false, those always seem to match the client side rules. I went as far as making a new rule client side and converting another rule to server side. And I discovered the change was picked up by my one-line script.
Get-InboxRule -Mailbox <mailbox> | where {$_.supportedbytask -eq $false} |select Identity, Name
Do you have any idea what the supportedbytask is? I feel like I have stumbled onto something but I would like an experts opinion.
EricStarker
Jul 15, 2021Former Employee
While I appreciate the question, I am a community manager and not a product expert.
Sorry I can't help you here, but I'm sure you'll get great responses from the experts here!
Sorry I can't help you here, but I'm sure you'll get great responses from the experts here!