I was wondering if someone can help me figure out the Powershell code needed to list the resource names of all resources / resource calendars in exchange that has "inbox rules" defined.
These inbox rules are accessible in ECP by going to "OTHER USER" and looking up the resource name, then under the Organize email selection, and inbox rules.
Preferably the result should be formated with
| ft -AutoSize | Out-File -Encoding Unicode h:\temp\rules.txt
I suspect it might be using the command Get-CalendarProcessing as we are on onpremises, not Office365.
If possible I would also like a script where i can use powershell to in bulk, go in and delete all these inbox rules for all resources where it exist.
Hope someone can help as i have been searching on google and all i can find is how to set it for a personal Mailbox, which the resources are not.
Best reg.
Boof