posts
Install Copilot Studio Kit: Complete Step-by-Step Guide
The Copilot Studio Kit is a powerful tool for managing and testing copilots in Microsoft Power Platform. However, installation requires the Creator Kit as a prerequisite dependency. This guide walks you through the complete installation process, including resolving common dependency issues.
Table of Contents Overview Prerequisites Understanding the Dependency Installation Steps Step 1: Install Creator Kit Core Step 2: Install Copilot Studio Kit References Overview The Copilot Studio Kit is a managed solution that provides components and utilities for building, testing, and managing copilots in Power Platform.
posts
Revoke Entra ID App Permissions from SharePoint Sites Using PnP PowerShell
Managing Entra ID (formerly Azure AD) app permissions across SharePoint sites is crucial for maintaining proper security governance. This guide demonstrates how to audit and revoke app permissions using PnP PowerShell, ensuring your SharePoint environment remains secure and compliant.
Table of Contents Problem Statement Understanding the Challenge Prerequisites The Solution Script Breakdown Important Considerations References Problem Statement When managing Entra ID applications with SharePoint access (especially those using Sites.Selected permissions), you may need to:
posts
Fixing Blank Sensitivity Label Columns in SharePoint Views After Programmatic update
Problem Statement Mass applying sensitivity labels programmatically using Microsoft Information Protection SDK (MIP SDK) or PowerShell, the sensitivity label column appears blank in the document library UI, even though the metadata value is correctly set in the backend.
This is a display refresh issue where the applied sensitivity labels has not synced to the SharePoint metadata.
Root Cause When sensitivity labels are applied programmatically (via PowerShell, Graph API, or migration tools), the metadata is present in the file but not displayed in the interface.