Forum Discussion
SelfeServe License Request Administation
Hello Microsoft Community!
In our Org , using the powershell module MSCommerce, we have already set the AllowSelfServicePurchase policy to Disabled for all products as we do not want our Members to purchase licenses or sign up for trials on their own.
This has not stopped our Members from making requests for licenses.
We'd like to have our Members utilize our established process for requesting licenses vs using SelfServe.
Is it possible to stop this altogether vs only being able to disable the purchasing function?
Here is an example of our policy status and the weekly digest email we just received.
- You cannot prevent users from requesting licenses. What you can do is "direct" them to an internal page, or maybe a non-existing one, by adjusting the settings detailed here: https://learn.microsoft.com/en-us/microsoft-365/commerce/licenses/manage-license-requests?view=o365-worldwide
- You cannot prevent users from requesting licenses. What you can do is "direct" them to an internal page, or maybe a non-existing one, by adjusting the settings detailed here: https://learn.microsoft.com/en-us/microsoft-365/commerce/licenses/manage-license-requests?view=o365-worldwide
- AaronAdministratorCopper ContributorThank you! This confirms my suspicion of not actually being able to disable or restrict the request.
Re-directing the end user will work well enough.
How about this?
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase | ForEach {Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId $_.ProductId -Enabled $False}