posts
Set up the Microsoft Graph MCP Server in Agents Toolkit
Summary If you want to build agents that can call Microsoft Graph actions through the Model Context Protocol (MCP), the setup needs a few moving parts: Entra ID permissions, an OAuth client registration, and the MCP server configuration in Agents Toolkit. Get started with the Microsoft MCP Server for Enterprise provides instructions how to set it up and this post will look into using it within Agents toolkit.
What we are configuring We will:
posts
Find Teams, Channels, Hub Site associated with a SharePoint URL with PnP PowerShell
This post explains how to map a SharePoint site URL back to the corresponding Microsoft Teams team and channel using PnP PowerShell. It also retrieves the Hub Site Url information. The script reads site URLs from a CSV file, connects to each site, and determines whether the site is a teams site or a channel site.
Why this is useful Validate which Teams or channels are behind your SharePoint site collection URLs.
posts
Create Hub Navigation from Teams and Channels with PnP PowerShell
This post shows how to add navigation links to a SharePoint hub site based on Microsoft Teams team names or channel links using PnP.PowerShell module to connect to the hub site, find or create a parent navigation node (for example “Projects”), add the team as a parent node and then add channels as child links under that team in alphabetical order.
Why this helps
Keep hub navigation aligned to Teams structure.