
Disable Self-service purchase capabilities for Microsoft Power Platform
Microsoft has released the self-service purchase capabilities for Power Platform.PowerAppsPower Automate (previously flow)Power BI.Many of the tenants do not want this ability to be provided to users as they want to control it at organizational level. Earlier this was planned for last year but as many organizations requested the capability to disable it so it has been delayed till it is developed.Now Microsoft has released the Powershell module name MSCommerce, you can use it to disable this self-service purchase feature.
Install the module from Powershell gallery
https://www.powershellgallery.com/packages/MSCommerce/
Install-Module -Name MSCommerce
Follow the rest of the steps at Tech Wizards post.
More Stories
Micrsoft Defender for Endpoints
We use Microsoft Defender for endpoints on our physical workstations. I'm now looking at it for our servers. The servers...
Sync Active directory user data with SharePoint
If you want to sync standard common attributes from active directory to sharepoint. Its easy, AD sync to Azure AD...
Microsoft graph API to access sharepoint
Recently I've had to setup a few different app registration using Azure AD to access sharepoint sites. Once you get...
SQL upgrades
We have a few SQL servers that need to be upgraded before they go end of life. We are looking...
How to manage the local administrators group on Azure AD joined devices
After a device is deployed likely using autopilot, sometime you have a need to add an AzureAD user to the...
Azure AD and Windows hello for business, SSO for on-premises resources
We disabled WFB when we first rolled out autopilot because we are not ready to deploy and support passwordless at...