Forum Discussion
mmossel
5 years agoMicrosoft Employee
Disable automatically granting Pro trial when opening content via Teams
Users in my organization that have never used Power BI automatically get assigned a 60-day Pro trial upon opening (Premium) content e.g. reports/dashboards in Microsoft Teams. Is it possible to disab...
- 5 years ago
Hi mmossel
Here are details on how to achieve this:
- Setting AllowAdHocSubscriptions to $false in PowerShell (Set-MsolCompanySettings)
- Setting AllowSelfServicePurchase to all Products to "Disabled" in PowerShell (Update-MsCommerceProductPolicy)
- Unchecking "Let users install trial apps and services" in M365 Admin, Settings, OrgSettings, User owned apps and services
- turning off Power Apps and Power Automate apps in their Office 365 E3 license (the only license user has)
And here is the link for the PowerShell commands: Enable or disable self-service sign-up and purchasing - Power BI | Microsoft Docs
GilbertQ
5 years agoSuper User
Hi mmossel
Here are details on how to achieve this:
- Setting AllowAdHocSubscriptions to $false in PowerShell (Set-MsolCompanySettings)
- Setting AllowSelfServicePurchase to all Products to "Disabled" in PowerShell (Update-MsCommerceProductPolicy)
- Unchecking "Let users install trial apps and services" in M365 Admin, Settings, OrgSettings, User owned apps and services
- turning off Power Apps and Power Automate apps in their Office 365 E3 license (the only license user has)
And here is the link for the PowerShell commands: Enable or disable self-service sign-up and purchasing - Power BI | Microsoft Docs
mmossel
5 years agoMicrosoft Employee
Hi GilbertQ, thanks for your reply. Does this disable ALL trial registrations or only the automatic ones in Teams?
- ibarrau5 years agoSuper User
Hi mmossel. I think it's for all of them. Just to be sure you can check this guyinacube video that talks about it. You can do it from the UI 🙂
https://www.youtube.com/watch?v=5z52aYo6rQAI hope that helps,
- GilbertQ5 years agoSuper User
As far as I know that will disable all office 365 trials