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 »

How To Download a SharePoint Library Using Graph API (PowerShell)

SharePoint is a powerful platform for managing and collaborating on documents, but downloading files from SharePoint libraries can be a tricky, especially when it comes to deal with large files or a large amount of documents. In this post, I want to show you a straightforward guide to download a SharePoint Library using PowerShell with Microsoft’s Graph API for SharePoint administrators, develops or system integrators. This tutorial will help you streamline your automation in terms of downloading SharePoint libraries. At the end, you’ll find a ready to use PowerShell script, which you can use to download the SharePoint Library using Graph API.

How To Download a SharePoint Library Using Graph API (PowerShell) Read More »

How to download files from SharePoint using Graph API (PowerShell)

Downloading files from SharePoint is a common use case, when we are integrating 3rd party systems with SharePoint. In my previous articles, I have been explaining how you can upload files to SharePoint using PNP module. In this article, I want to show you how you can achieve download files from SharePoint using Graph API.

How to download files from SharePoint using Graph API (PowerShell) Read More »