Wie Microsoft in einer aktuellen Information mitteilt müssen Administratoren bis Freitag, 17. Mai das MSCommerce PowerShell Modul aktualisieren. Ab 17. Mai wird nur noch Version 2.2 oder höher unterstützt. MSCommerce wird von Billing Administratoren für die Deaktivierung / Aktivierung von Self-service Produkten verwendet.
If you are using an older version of the MSCommerce module to manage self-service purchases and trials or for other purposes, please install the latest version before April 17, 2024.
Please note that any AllowSelfServicePurchase policies you have created using older versions of the module will continue to be honored. After April 17, 2024, any changes to existing policies or new policies that are created must use the latest version of the module (v2.2 and beyond).
Erst vor wenigen Tagen wurde Version 2.0 veröffentlicht, und die von Microsoft erwähnte Version 2.2 ist zum aktuellen Zeitpunkt nicht mehr verfügbar.
Die letztmögliche Version ist aktuell 2.0 vom 29. März.
Zur Überprüfung der installierten Versionen nutze das folgende Command. Zur Erinnerung, das MSCommerce Modul funktioniert weiterhin nur mit PowerShell 5.
# PowerShell 5 only
Get-Module MSCommerce -ListAvailable | select Name,Version
Zur Aktualisierung von MSCommerce.
Update-Module MSCommerce
Update vom 11. April 2024:
Version 2.3 vom MSCommerce Modul wurde veröffentlicht. Version 2.3 unterstützt erstmalig PowerShell 7.
Update vom 20. April 2024:
Die Anforderung nach Version 2.2 wurde auf 17. Mai verschoben.