German post was automatically translated by DeepL API and manually reviewed
Microsoft recently informed that administrators must update the MSCommerce PowerShell module by Friday, May 17. As of May 17, only version 2.2 or higher will be supported. MSCommerce is used by billing administrators to deactivate / activate self-service products.
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).
MSCommerce Version 2.0 was released just a few days ago, and the version 2.2 mentioned by Microsoft is no longer available.
The latest possible version is currently 2.0 from March 29.
Use the following command to check the installed versions. As a reminder, the MSCommerce module still only works with PowerShell 5.
# PowerShell 5 only
Get-Module MSCommerce -ListAvailable | select Name,Version
To update MSCommerce.
Update-Module MSCommerce
Update from April 11, 2024:
Version 2.3 of the MSCommerce module has been released. Version 2.3 also supports PowerShell 7.
Update from 20 April 2024:
The requirement for version 2.2 has been postponed to 17 May.