How to create MCP Client for your MCP Graph API Server in C#
Today, I will show you how to create a simple MCP Client that communicates with the MCP Server for the Microsoft Graph API.
Today, I will show you how to create a simple MCP Client that communicates with the MCP Server for the Microsoft Graph API.
Today, I will show you how to create a custom request builder to call any endpoint with the Microsoft Graph .NET SDK v5.
In this blog, I will show you how to write your own model-context-protocol (MCP) server for the Microsoft Graph API in C# and how to use the Microsoft Graph C# Core SDK to call any Graph API endpoint.
Today, I will show you how to use the Microsoft Graph PowerShell SDK to download all files from all document libraries on all SharePoint sites including subsites.
In this article, I've tried to make an overview of the different types of policies that are available in the Microsoft Entra ID. These policies can be used to enforce security, compliance, and other requirements.
In this article, I will show you how to find out what's happening under the hood when you make a request to the Microsoft Graph API.
In this article, I will show you how to use CLI for Microsoft 365 to easily find out what member users and guest users can do in your Microsoft 365 tenant.
In this post, I'll explore how to add users to a group in a batch using the Microsoft Graph C# SDK.
In this article, I will show you how to manage custom security attributes in Microsoft Entra ID through the Microsoft Graph C# SDK. You will learn how to create and update attribute sets, create and update security attributes, assign security attributes to users and service principals, and read security attributes assigned to users and service principals.
In this blog post, I will reveal all Graph API permissions that allow you to read/write user properties, enable/disable user accounts, update user's phone numbers, and more.