Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Pawan Amedi (pawan),
Welcome to post in the community. You can use the Exchange PowerShell Search-MailboxAuditLog to search mailbox audit log entries matching your specified search terms. Here is an example to for you requirement:
Search-MailboxAuditLog -StartDate '2020-10-14'-EndDate '2020-10-24' -LogonTypes @('Admin, Delegate') -ExternalAccess:$false -showDetails:$true -resultSize 20000 | Export-Csv -Path
I hope the above information helps for you.
Best Regards,
Shawn