Share via

Admin Audit on Exchange

Mikhail Firsov 1,881 Reputation points
2022-04-15T14:04:24.843+00:00

Hello,

Noticed in the textbook:
193511-q11.png

Search-AdminAuditLog does not have the StartDate property (only StartDate parameter) so I don't understand how the author could sort by the unexisting property???

I myself use in such cases RunDate...

Regards,
Michael

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

Answer accepted by question author

Vasil Michev 127K Reputation points MVP Volunteer Moderator
2022-04-15T14:27:48.773+00:00

When you specify a non-existent property for Sort-Object, it's simply ignored. It wont error out, and the output will be using the default sorting (which is by RunDate, ascending).

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Mikhail Firsov 1,881 Reputation points
    2022-04-15T14:33:57.687+00:00

    Oh, yes, I agree... Just thought may be there was some trick there :)

    Regards,
    Michael

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.