Skip to main content

Posts

Showing posts from 2025

SharePoint Spaces is Being Deprecated – What to Do Next

SharePoint Spaces is Being Deprecated – What to Do Next Microsoft has officially announced that SharePoint Spaces will be deprecated starting in March 2025 , with full support ending by August 2025 . If you're currently using Spaces or were planning to explore it, it's a good time to consider your alternatives. What is Happening? SharePoint Spaces was a tool for creating immersive 3D environments inside SharePoint—great for things like virtual tours or rich visual storytelling. But now, Microsoft is shifting its focus to Microsoft Mesh , a more advanced platform designed for mixed reality collaboration. Mesh vs. SharePoint Spaces vs. SharePoint Pages Here’s a basic comparison to understand where things stand: Feature Microsoft Mesh SharePoint Spaces SharePoint Pages Create immersive 3D spaces Yes Yes No Host...

OneDrive Sharing Report: A Comprehensive Guide

OneDrive Sharing Report Managing and monitoring the sharing permissions of files stored in OneDrive can be a critical task for organizations. This guide provides a step-by-step walkthrough of how to create an Azure AD application with specific permissions, generate a client secret, and use a PowerShell script to retrieve and report the sharing permissions of OneDrive files. By following these steps, you will be able to audit and control file sharing across your organization, ensuring security and compliance. Step 1: Creating an Azure AD Application To get started, you'll need to create an Azure AD application that will allow you to interact with the Microsoft Graph API and retrieve information about users' OneDrive files and sharing settings. Specifically, you need to set the following permissions: Directory.Read.All Directory.ReadWrite.All Files.Read.All ...