Type something to search...
How to disable self-service on Copilot licenses

How to disable self-service on Copilot licenses


Introduction

Microsoft has activated a setting in the tenants (by default) to allow any user to purchase a Microsoft Copilot license through the Microsoft 365 Copilot self-service purshases portal. Copilot is very cool, but your environment must be properly secured before using it.


Step 1 : Sign in to the Microsoft 365 Admin Center

Sign in to the Microsoft 365 Admin Center by opening your web browser to https://admin.microsoft.com/Adminportal.


Step 2 : Disable self-service

In the left menu, click Copilot, then Settings, and deactivate the self-service purshases of the Copilot license.

image


Let’s go further in PowerShell

Copilot isn’t the only license you should disable with self-service. The following PowerShell commands will allow you to list which licenses are affected :

Install-Module -Name MSCommerce -Scope CurrentUser
Import-Module-Name MSCommerce
Connect-MSCommerce
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase

The following PowerShell command will allow you to deactivate them all :

Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase | Where { $_.PolicyValue -eq “Enabled”} | forEach { Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId $_.ProductID -Enabled $false }

Result

The result is visible by going to the left menu of the Microsoft 365 Admin Center and clicking Settings, then Org settings and Self-service trials and purchases.

image


Conclusion

You now know how to deactivate self-service on Copilot (and other) licenses.


Sources

Microsoft Learn - Self-service purchase


Did you enjoy this post ? If you have any questions, comments or suggestions, please feel free to send me a message from the contact form.

Don’t forget to follow us and share this post.

Related Posts

Global realignment of Microsoft 365 licenses

Global realignment of Microsoft 365 licenses

Introduction On August 31, 2023, Microsoft announced significant changes to its Microsoft 365 and Office 365 suites in response to concerns raised by the European Commission regarding compe

Read More
Pricing update for Teams telephony licenses

Pricing update for Teams telephony licenses

Introduction Microsoft recently announced a price increase for several Teams telephony licenses, effective April 1, 2025. This pricing update reflects the continued innovation and increased

Read More
Nearly 70% of Fortune 500 companies use Copilot

Nearly 70% of Fortune 500 companies use Copilot

Introduction At Microsoft Ignite 2024, Microsoft highlighted why nearly 70% of Fortune 500 companies now use Microsoft 365 Copilot. This mass adoption reflects a growing trend in the indu

Read More
How to configure callback in a Teams queue

How to configure callback in a Teams queue

Definition Callback in Teams allows callers in a queue to be called back after a certain time rather than waiting until an agent becomes available.Prerequisites **Licenses r

Read More
How to handle duplicates in Teams directory search

How to handle duplicates in Teams directory search

Introduction Microsoft recently announced a significant optimization for the search by name and extension functionality in its Teams auto attendants. You have probably already had this case

Read More
How to inventory Direct Routing numbers in Teams

How to inventory Direct Routing numbers in Teams

Introduction Microsoft Teams continues to evolve to offer ever more effective communication and collaboration solutions. To make life easier for administrators, Microsoft has announced the

Read More
The end of AzureAD and MSOnline PowerShell modules

The end of AzureAD and MSOnline PowerShell modules

Introduction Microsoft recently announced the general availability of the Microsoft Entra PowerShell module. This module offers administrators and IT professionals a new way to manage and a

Read More
Update to version 6.8.0 of the Teams PowerShell module

Update to version 6.8.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 6.8.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Improved Teams video quality with Super Resolution

Improved Teams video quality with Super Resolution

Introduction Microsoft continues to innovate to provide users with the best possible virtual communication experience. One of the latest advancements is the introduction of *Super Resolutio

Read More
How to block a specific external user in Teams

How to block a specific external user in Teams

Introduction Microsoft recently introduced a new feature for Teams administrators to block specific external users. This update aims to strengthen security and protect internal members of t

Read More
Le Chat by Mistral AI : Your Personal AI Assistant

Le Chat by Mistral AI : Your Personal AI Assistant

Introduction I told you last December about the French AI, Mistral AI, the most popular model in Europe in which Microsoft invested 15 million euros in the startup. The mobile app has jus

Read More
New Yealink MeetingBoard 65 and 85 for Teams rooms

New Yealink MeetingBoard 65 and 85 for Teams rooms

Introduction The new Yealink MeetingBoard 65 and 85 are an innovative and comprehensive solution designed to transform meeting rooms into intelligent collaboration spaces. These all-in-on

Read More
Maximize the use of the Copilot prompt gallery

Maximize the use of the Copilot prompt gallery

Introduction Microsoft 365 Copilot continues to revolutionize the way organizations work by integrating advanced artificial intelligence capabilities into everyday tools. One of the key f

Read More
How to get started with Copilot in Excel

How to get started with Copilot in Excel

Introduction Microsoft 365 Copilot is a major innovation that integrates artificial intelligence directly into the applications you use every day, like Excel. Copilot helps you automate t

Read More
Microsoft Purview for Azure Data Lake and Blob Storage

Microsoft Purview for Azure Data Lake and Blob Storage

Introduction Microsoft announced that Microsoft Purview protection policies for Azure Data Lake and Blob Storage are now available in all regions. This advancement allows organization

Read More
Update to version 13.3.0 of the Azure PowerShell module

Update to version 13.3.0 of the Azure PowerShell module

Introduction Microsoft recently released the new version 13.3.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
Microsoft 365 E5 Security as an add-on for Business Premium

Microsoft 365 E5 Security as an add-on for Business Premium

Introduction Microsoft announced that Microsoft 365 E5 Security is now available as an add-on for Microsoft 365 Business Premium customers. This new plan is designed to help small and m

Read More
Facilitator, new AI agent for taking notes in meetings

Facilitator, new AI agent for taking notes in meetings

Introduction Microsoft recently announced a new feature for Teams Rooms: Facilitator ; an AI agent that takes notes during Teams meetings. This feature is currently in pre-public release

Read More
Update to version 6.9.0 of the Teams PowerShell module

Update to version 6.9.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 6.9.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Managing unlicensed OneDrive accounts in Microsoft 365

Managing unlicensed OneDrive accounts in Microsoft 365

Introduction Microsoft has introduced a new storage policy for unlicensed OneDrive accounts, which could result in additional costs for organizations if these accounts are not managed prope

Read More
Enterprise Connect 2025 : Yealink SkySound CM50 Dante kit

Enterprise Connect 2025 : Yealink SkySound CM50 Dante kit

Introduction Enterprise Connect is an annual conference that brings together communications technology professionals, innovators, and others. This event showcases technological advances i

Read More
Update to version 7.0.0 of the Teams PowerShell module

Update to version 7.0.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 7.0.0 of the PowerShell module for Microsoft Teams.Installation Vous pouvez vérifier la version du module installé via

Read More