Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
mmossel
Microsoft Employee
Microsoft 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 disable this automatic provisioning (and only allow when manually selected by the user)?

 

mmossel_0-1626105701598.jpeg

 

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super 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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

4 REPLIES 4
GilbertQ
Super User
Super 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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

mmossel
Microsoft Employee
Microsoft Employee

Hi @GilbertQ, thanks for your reply. Does this disable ALL trial registrations or only the automatic ones in Teams?

As far as I know that will disable all office 365 trials





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

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=5z52aYo6rQA

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors