MSCommerce PowerShell disable ClipChamp
Hi All,
Today i have noticed that there is a new Product that is available for SelfService Purchase. As always i disable it for SelfService Purchase.
Connect-MSCommerce
There is a new Product, that can be disabled
- CFQ7TTC0N8SS AllowSelfServicePurchase Microsoft ClipChamp
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0N8SS -Enabled $false
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase
Regards
Andres Bohren