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

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 III
Advocate III

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
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