MSCommerce PowerShell Module 2.3 released
Hi All,
Just a few Minutes ago, Microsoft has released a new Version of the MSCommerce PowerShell Module to the PowerShell Gallery.
- PowerShell Gallery MSCommerce 2.3
I also noticed, that they removed all other Versions from the PowerShell Gallery
I am using the new PSResourceGet here instead of the PowerShellGet commands.
List installed Module and what’s available from the PowerShell Gallery
Get-InstalledPSResource MSCommerce -Scope AllUsers
Find-PSResource MSCommerce
Uninstall the old Module and install the new PowerShell Module
I’ve noticed that they have a dependency to MSAL.PS wich is no loger supported
Uninstall-PSResource MSCommerce -Scope CurrentUser
Install-PSResource MSCommerce -Scope CurrentUser
Get-InstalledPSResource MSCommerce -Scope CurrentUser
List the commands of the Module
Get-Command -Module MSCommerce
Connect with Microsoft 365 (Requires Global Administrator or Billing Administrator Role)
List the AllowSelfServicePurchase Settings
Connect-MSCommerce
Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase
It’s the first Version that does work with PowerShell 7 😍
Or you can simply use my M365PSProfile Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/
Install-PSResource -Name M365PSProfile
Add-M365PSProfile
Install-M365Module
Regards
Andres Bohren