Forum Discussion
Anonymous
5 years agoNot applicable
Using Get-DataGatewayClusterDataSource in Powershell with Service Principal
Hi everyone ! I'm working on a project where we try to automatize the Gateways informations gathering. Make it non interactive. For now, I successfully connnected to the service with the Connect...
RakeshSinghr
5 years agoResolver I
As it currently stands, using gateway commandlets with SPN is not possible.
You can only call them with an account having PBI Admin role
- Anonymous5 years agoNot applicable
Hey RakeshSinghr , thanks for your reply !
But then why does Connect-DatagatewayServiceAccount allows SPN ? Is there a chance that gateway cmdlets will be used with SPN in the future ?
Also, is there a workaround for this (Call an API ? Something else ? ) or to at least avoid the authentication window when connecting ?