0 votes

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

by (90 points)

1 Answer

0 votes
by (270k points)

Hello Richard,

Unfortunately, there is no such possibility using the reports feature as generating such a report will take very long time. As an option, you can use a scheduled task that will check each user separately and if the automatic replies feature is enabled set a custom Boolean attribute (e.g. CustomAttributeBoolean1) to True. Then the attribute will be used to generate the report. The disadvantage of the approach is that it can happen so that the attribute is no updated for a user according to the feature state by the time when the report is generated. If the approach meets your needs, we will provide you with detailed instructions on creating the scheduled task and the report.

Related questions

0 votes
1 answer

Hi, We are getting intermittent problems with 2 exchange powershell commands. All the over commands work fine [08/07/2014 19:45:54] Get-CalendarProcessing -Identity "CN=46010248, ... this? I've tried running the command on the mdcexch5r and there is no error.

asked Aug 7, 2014 by darryl82 (40 points)
0 votes
1 answer

how can i create a report which gives me the details from an exchange mailbox as described in the subject? I would like to have a Report for Exchange Mailboxes with OU, Send on Behalf, Full Rights and Send As Rights thank you

asked Feb 22, 2021 by m_st (200 points)
0 votes
1 answer

Hallo Everyone I've seen the Report for Exchange Mailboxes with OU, Send on Behalf, Full Rights and Send As Rights: https://www.adaxes.com/questions/ ... . Example: User: Peter.Steinmann Identity: Which Mailboxes AccessRights: FullAccess Kind regards,

asked Jul 6, 2022 by Sandberg94 (340 points)
0 votes
0 answers

Good Afternoon, I'm looking for some clarification on what security settings I would need to apply to the Self-Service Users to allow them to update both their own ... accounts they have full access to. Please let me know if this requires more clarification.

asked Jul 22, 2021 by jtop (680 points)
0 votes
1 answer

Hi team, we see sometimes the following behavior: Changing a user mailbox to shared, is just moving on-prem mailbox of this user to shared. Online mailbox seems not to ... . What will happen with online mailbox? Will Adaxes generate a remote mailbox at all?

asked Oct 13, 2023 by wintec01 (1.1k points)
3,326 questions
3,026 answers
7,727 comments
544,678 users