Ho can I list all the users list in my org whoes ProcessExternalMeetingMessages is set to $true. Individualy I taking using the below command. But I need to find whoes values allready set to true.
Get-CalendarProcessing <identity> -ProcessExternalMeetingMessages $true
Thanks in advance for the help.