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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Prevent Users from Creating Personal Gateways ...

Can we prevent users from creating a personal gateway if not ... can we see them ?   It is our business policy to not allow them .. 

 

Kathy Stachkunas

USPS OIG 

2 ACCEPTED SOLUTIONS
GilbertQ
Super User
Super User

Hi there

Yes you can restrict this by going into the Power Platform Admin Center

https://admin.powerplatform.microsoft.com/ext/DataGateways

Then clicking on Data Gateways

image.png

Then at the top click on Manage gateway installers

image.png

Then on the right hand side you can toggle on the "Restrict users in your organization from installing gateways" add the users who you want to install and you are done

image.png





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

Anonymous
Not applicable

 

Thanks so much that worked ...  @GilbertQ 

View solution in original post

5 REPLIES 5
trutz
Advocate IV
Advocate IV

The new proper solution is to use the DataGateway PowerShell module and restrict Personal Gateway installation using the cmdlets:

Disable Personal Gateways for all users and only allow specific users
Set-DataGatewayTenantPolicy (DataGateway) | Microsoft Docs

Set-DataGatewayTenantPolicy -PersonalGatewayInstallPolicy Restricted

 

 

Enable specific users as installers for personal gateways (install Azure AD cmdlets)

Set-DataGatewayInstaller (DataGateway) | Microsoft Docs

$user1 = $(Get-AzADUser -ObjectId "user1@domain.com ").Id

$user2 = $(Get-AzADUser -ObjectId "user2@domain.com ").Id

Set-DataGatewayInstaller -PrincipalObjectIds $user1,$user2 -Operation Add -GatewayType Personal

GilbertQ
Super User
Super User

Hi there

Yes you can restrict this by going into the Power Platform Admin Center

https://admin.powerplatform.microsoft.com/ext/DataGateways

Then clicking on Data Gateways

image.png

Then at the top click on Manage gateway installers

image.png

Then on the right hand side you can toggle on the "Restrict users in your organization from installing gateways" add the users who you want to install and you are done

image.png





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

Proud to be a Super User!







Power BI Blog

Hi Gilbert,
It seems that your solution is no longer correct. I was also under the assumption that this feature blocks the installation of personal gateways, but apparently it only affects Enterprise gateways.

See article here

View and manage on-premises data gateways (preview) - Power Platform | Microsoft Docs

trutz_0-1652264249717.png

 

Anonymous
Not applicable

 

Thanks so much that worked ...  @GilbertQ 

Thanks for letting us know.




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

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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