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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors