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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How can I prevent my existing users from starting to use Power BI

https://docs.microsoft.com/en-us/power-bi/service-admin-faq

 

How can I prevent my existing users from starting to use Power BI?

The Azure AD setting that controls this is AllowAdHocSubscriptions. Most tenants have this set to true, which means it's enabled. If you acquired Power BI through a partner, this may be set to false, which means it's disabled.

Use the following PowerShell script to disable ad hoc subscriptions. (Learn more about PowerShell.)

  1. Sign into Azure Active Directory using your Office 365 credentials. The first line of the following PowerShell script prompts you for your credentials. The second line connects to Azure Active Directory.

    PowerShellCopy
     $msolcred = get-credential
     connect-msolservice -credential $msolcred
    

    Screenshot of Azure Active Directory sign in through PowerShell

  2. Once you sign in, run the following command to see how your tenant is currently set up.

    PowerShellCopy
     Get-MsolCompanyInformation | fl AllowAdHocSubscriptions
  3. Run the following command to enable ($true) or disable ($false) AllowAdHocSubscriptions.

    PowerShellCopy
     Set-MsolCompanySettings -AllowAdHocSubscriptions $false
    

 Note

Use the AllowAdHocSubscriptions flag to control several user capabilities in your organization, including the ability for users to sign up for the Azure Rights Management Service. Changing this flag affects all of these capabilities.

3 REPLIES 3
GilbertQ
Super User
Super User

Hi there

Are you asking any specific question?




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

Proud to be a Super User!







Power BI Blog

Anonymous
Not applicable


@GilbertQ wrote:
Hi there

Are you asking any specific question?

How can I prevent my existing users from starting to use Power BI?

Hi there

Sorry for missing that!

I guess you could also block the installation of power BI desktop?




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

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors