The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Hi @testUser ,
Per my research and test, currently I cannot reproduce this issue. Please try to do a troubleshooting, please follow these steps to use Get-PnPUnifiedAuditLog command ,and check if anything is missed:
1.Refer to this document to Create an Azure AD app registration for the Office 365 Management API.
2.Connect to SharePoint using Connect-PnPOnline ,and use Client Id and Client Secret of Azure AD app you created in first step.
Connect-PnPOnline -Url https://contoso.sharepoint.com -ClientId xxxxxxx -ClientSecret xxxxxxxxx
3.Then use Get-PnPUnifiedAuditLog command.
Hope it can help you. Thanks for your understanding.
Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.