Lizenz für Teams Premium und Testversion in Self-service purchases

Ab Ende September wird Teams Premium in Self-service purchases ergänzt.
Mit Self-service purchases können Mitarbeitende auf private Kosten Lizenzen kaufen und für ihr Geschäftskonto nutzen. Gibt es zum Produkt eine Testversion können Mitarbeitende das Produkt vor dem Kauf für 30 Tage kostenlos ausprobieren (ohne Angabe von Zahlungsdaten).

As a user, you can buy subscriptions to certain products and assign licenses for those subscriptions to people in your team. You are responsible for paying for any self-service purchases you make.
Your admin has a read-only view into any subscriptions that you buy. They can see the product, purchaser name, subscriptions purchased, expiry date, purchase price, and assigned users for each subscription that you buy.

Teams Premium hat die Produkt ID CFQ7TTC0RM8K. Wie bei neuen Self-service purchases Produkten üblich hat Microsoft die Möglichkeit standardmässig aktiviert.

Produktstatus für Self-service purchases
Produktstatus für Self-service purchases

Mit der Rolle Billing Admin oder Global Admin kannst du Teams Premium bereits heute über das MSCommerce PowerShell Modul deaktivieren. Eine Deaktivierung stoppt auch die Möglichkeit für durch Mitarbeitende gestartete Testversionen.
Ich empfehle Version 1.8 von MSCommerce einzusetzen. Die aktuellste Version 1.9 funktioniert bei mir (wieder) nicht. Beachte, das MSCommerce Modul ist nur mit PowerShell 5 kompatibel. Mit Update-MSCommerceProductPolicy wird Teams Premium für Self-service purchases deaktiviert.

PowerShell
# PowerShell 5 only

[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12
Install-Module MSCommerce -RequiredVersion 1.8 -Force
Import-Module MSCommerce -RequiredVersion 1.8 
Connect-MSCommerce
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase | select ProductName,ProductId,PolicyValue | sort ProductName
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -Enabled $false -ProductId CFQ7TTC0RM8K

PowerShell
Share
Avatar photo

Tobias Asböck

Tobias is a Senior System Engineer with more than 10 years of professional experience with Microsoft 365 products such as SharePoint Online, SharePoint Premium, OneDrive for Business, Teams Collaboration, Entra ID, Information Protection, Universal Print, and Microsoft 365 Licensing. He also has 15+ years of experience planning, administering, and operating SharePoint Server environments. Tobias is a PowerShell Scripter with certifications for Microsoft 365 products. In his spare time, Tobias is busy with updates in the Microsoft 365 world or on the road with his road bike and other sports activities. If you have additional questions, please contact me via LinkedIn or [email protected].

Leave a Reply

Your email address will not be published. Required fields are marked *