SharePoint Online

Assign Sensitivity Labels In SharePoint with MSGraph (PowerShell)

Sensitivity labels in Microsoft 365 allow organizations to classify documents into categories like public, confidential, or highly confidential. Assigning sensitivity labels in SharePoint with PowerShell involves four steps: enabling sensitivity labels, creating an Azure AD App Registration, enabling metered APIs, and running a script.

Assign Sensitivity Labels In SharePoint with MSGraph (PowerShell) Read More »

How to Get SharePoint Files with MSGraph with PowerShell

Learn how to efficiently retrieve SharePoint files using the MSGraph module in PowerShell. This comprehensive guide outlines the prerequisites, provides a demo setup, and offers a recursive PowerShell script to get all SharePoint files, including folders. Discover how to manage metadata, obtain DriveItem IDs, download specific files, and assess storage in your SharePoint libraries. With step-by-step instructions and code snippets, you can seamlessly integrate MSGraph to streamline your SharePoint file management tasks.

How to Get SharePoint Files with MSGraph with PowerShell Read More »