Forum Discussion
Search-AdminAuditLog - ObjectModified, Blank
Hey Guys,
I am trying to figure out when a users mailbox had OOF enabled. I am searching through the admin audit log and am seeing entries, however all results return with an ObjectModified that is blank.
Is this expected? Why would that value be blank? If a user set his/her own AutoReply that persons object modified value is display correctly.
Get-searchadminauditlog -startdate "04/03/2024" -enddate "04/19/2024" -cmdlets set-mailboxautoreplyconfiguration
When searching for other cmdlets like set-mailbox, or new-mailbox etc those return a value for ObjectModified.
So i dont get it.
Vasil Michev - Can you provide some insight here? Thanks so much.
Please may check by this:
Get-Mailbox -ResultSize unlimited | Get-MailboxAutoReplyConfiguration
- Robert BollingerBrass Contributor
Kidd_Ip thanks for the reply. but what i needed to find out is why the objectmodified value is blank.