Forum Discussion
Krunalbpatel
9 years agoHelper III
How to Register an Application for Power BI using Powershell
I want to register an Application for Power BI using the Powershell script. Is it possible to create an Application for Power BI using the Poweshell command?
1 Reply
- Eric_ZhangMicrosoft Employee
Krunalbpatel wrote:
I want to register an Application for Power BI using the Powershell script. Is it possible to create an Application for Power BI using the Poweshell command?
That application is actually an Azure AD application. So your question is some Azure AD deveopment stuff, there're some Azure AD API/SDK that might be used to reach your goal. For better response, I'd suggest you post in the dedicated Azure AD forum.
By the way, you could reference this question How to add application to Azure AD programmatically? on stackoverflow.