Hi Team
I need some assitance with creating a report to pull from exchange online all user mailboxes that have automatic replies enabled.
I have been attempting to use the following powershell command to pull the info needed but it seems to fail with an eror of "The operation couldn't be performed because 'Xxxx, Xxxxx' matches multiple entries."
Get-Mailbox | Get-MailboxAutoReplyConfiguration | Where-Object { $_.AutoReplyState -ne "Disabled" } | Select Identity, StartTime, EndTime