AI

Microsoft MCP Server for Enterprise (Preview)

Microsoft MCP Server for Enterprise (Preview)

Hi All,

Over Christmas i’ve read about the “Microsoft MCP Server for Enterprise” that is currently in Preview

Setup

There is good Guidance on how to set it up here:

You will need to install the Microsoft.Entra.Beta PowerShell Module

Install-PSResource -Name Microsoft.Entra.Beta -Scope CurrentUser

Connect to Entra

Connect-Entra -Scopes 'Application.ReadWrite.All', 'Directory.Read.All', 'DelegatedPermissionGrant.ReadWrite.All'

Enable Claude on Copilot Researcher Agent

Enable Claude on Copilot Researcher Agent

Hi All,

Last Week was the Ignite Conference - the biggest Conference from Microsoft. And a lot of new Announcements where made.

I’ve seen Pictures of the M365 Copilot Researcher Agent with Claude LMM - but that’s a Function the Global Admin has to enable first.

Note: Your admin must allow access to Anthropic AI models in the Microsoft 365 admin center before you can use Claude in Researcher. Anthropic AI models are hosted outside of Microsoft and subject to Anthropic Terms and Data handling.

AIShell v1.0.0 preview 8

AIShell v1.0.0 preview 8

Hi All,

I’ts already a month since the Release of AIShell v1.0.0-preview.8. Finally i had time to upgrade to the latest AI Shell.

Install or upgrade with the following PowerShell command

Invoke-Expression "& { $(Invoke-RestMethod 'https://aka.ms/install-aishell.ps1') }"

Start the AI Shell in Windows Terminal

Start-AIShell

Now connected with tze Azure AI Agent

Regards
Andres Bohren

PowerShell Logo

AI Shell in Windows Terminal Preview

AI Shell in Windows Terminal Preview

Hi All,

I’ve heard about the AIShell on the MVPSummit back in March 2025 for the first time.

The release of AI Shell Preview 4 and the Blog Article released inspired me to write this Blog Article.

AI Shell Preview 4 Release!

Prerequisites

  • Windows 11 21H2 or higher
  • Windows Terminal v1.19 or higher
  • Azure CLI version 2.30.0 or higher installed and signed in to the allowed tenant
  • PSRealdline 2.4.2-beta2

Let’s check the Azure CLI

People Skills will be soon available

People Skills will be soon available

Hi All,

Last Week i received a Mail that the Service Plan “PEOPLE_SKILLS_FOUNDATION” has been added to diffrent SKU’s. Good i have sheduled the Script that compares the Service Plans.

It looks like this in the M365 Admin Center

You should be able to setup Skills in M365 Admin Center > Copilot > Settings > People Skills in M365 Copilot

Disable self-service purchase for Teams Essentials

Disable self-service purchase for Teams Essentials

Hi All,

Today I’ve learned, that a new Product is available for Self-Service, but you can disable this Product for self-service purchase.

Let’s list the self-service Products

Connect-MSCommerce
Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase

Let’s disable the “Microsoft 365 Copilot” for self-service

Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -Productid "CFQ7TTC0JN4R" -Enabled $false
Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase

M365 Admin Portal

On the Microsoft Learn site below it’s explained how to use this as “Billing Administrator”. That does not work yet in my tenant

Disable self-service purchase for Microsoft 365 Copilot

Disable self-service purchase for Microsoft 365 Copilot

Hi All,

Two days ago, Microsoft has annouced the self-service purchase of M365 Copilot Licenses in October.

But you can disable this Product for self-service purchase

Let’s list the self-service Products

Connect-MSCommerce
Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase

Let’s disable the “Microsoft 365 Copilot” for self-service

Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -Productid "CFQ7TTC0MM8R" -Enabled $false
Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase

Microsoft Copilot for Android and iOS

Microsoft Copilot for Android and iOS

Hi All,

Microsoft Copilot has now arrived on Smartphones and Tablets that includes the newest GPT-4 Model

The following Screenshots have been made on my Android Smartphone.

Open the Google Play Store and install the App

Open the App afer installing

Now you can use Copilot including the GPT-4 Model

You can log in with your Microsoft Account (Entra ID Accounts are not supported)

Use Microsoft Designer to generate Images with AI

Use Microsoft Designer to generate Images with AI

Hi All,

Do you know Microsoft Designer?

The Microsoft Designer app is a graphic design tool in Microsoft 365 that allows users to create custom invitations, digital postcards, and other materials using the same artificial intelligence technology as DALL-E 2.

More information can be found here: What Is Microsoft Designer and How To Use It

I am using currently my Microsoft Account (Private Account) to log into Microsoft Designer.

It’s a free “Text to Image” Artificial Intelligence System that is based on DALL-E 2