New M365 SelfServicePurchase Products popping up (February 2023)

Hi All,

Microsoft has announced some new SelfService Purchase Services in Microsoft 365.

Use AllowSelfServicePurchase for the MSCommerce PowerShell module


During the last Week it was not possible tho review or change it.


Apparently it works again since yesterday.

Connect to M365 and view the Details. As you can see there are two more: One for Power Automate and one for Teams.

Import-Module -Name MSCommerce
Connect-MSCommerce
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase


Now, let's disable the new Services

Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0PW0V -Enabled $False
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0LSGZ -Enabled $False
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0J1FV -Enabled $False



Now it looks the way i want

Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase



Regards
Andres Bohren