SharePoint Online Custom aspx Pages Stopped Working

Recently, we encountered a significant issue where our ASPX pages, instead of rendering and functioning as expected in the browser, started downloading as files. Upon researching the issue online, we discovered that Microsoft has implemented a change in how SharePoint Online processes and handles custom ASPX pages. This change appears to be the root cause…

TIP – Handle Graph API Throttling using PowerShell Graph SDK

When working with Microsoft Graph API through PowerShell, especially in environments with high volumes of requests, you might encounter throttling limits. Throttling happens when too many requests are sent to the API within a short time frame, resulting in a Too Many Requests response or Too many retries performed error. This is Microsoft’s way of…

Get Microsoft Purview Incidents using Graph API

Microsoft Purview is a comprehensive data governance solution that helps organizations manage their data and ensure compliance with various regulatory requirements. One of the critical aspects of data governance is monitoring and responding to incidents related to data breaches, sensitive data exposure, and policy violations. Microsoft Purview provides robust capabilities to handle these incidents, and…