Forum Discussion

mmossel's avatar
mmossel
Microsoft Employee
5 years ago
Solved

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...
  • GilbertQ's avatar
    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