Forum Discussion
Adding AD Security groups as Gateway Data source Users
- Anonymous8 years ago
Hi nverret,
I think you need some mapping operations, please refer to below blog to know more about this:
Three Steps to Implement AD Security for an On-Premises Data Gateway
Regards,
Xiaoxin Sheng
We also use AAD groups in Power BI workspaces and gateway entries, but don't start on me with O365 groups :smileysad:. The only difference is that we create Mail Enabled Security Groups for this.
At this link I saw the following code, hope that helps:
New-DistributionGroup -Name "File Server Managers" -Alias fsadmin -Type security
Did I answer your question? Then please mark my post as a solution!
My blog: nickyvv.com
Thank you nickyvv
The problem with this is in order to create either a distribution list or a mail enabled security group it rely on exchange email functionality and we dont have it enabled in the cloud :(
In both cases I got this error
I'm thinking that I have no other choice to use O365 groups with those annoying workspaces.
So a workaround is to leave the annoying workspace
But I cant' leave workspace :( it throws an error
So if someone knows how to remove the users from this annoying workspace I will be very happy.
Many thanks.
- jochenj6 years agoAdvocate III
just for the docs: situation in 2020 same --> you can add only gateway users via group if group is email-enabled or of type O365
- Anonymous6 years agoNot applicable
Yep,
We wonder why MS don't permit to use AD groups (not mail enabled) in Gateway Data Sources?
Hello @Microsoft, are you there? whats the problem with this?