Forum Discussion

Krunalbpatel's avatar
Krunalbpatel
Helper III
9 years ago

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_Zhang's avatar
    Eric_Zhang
    Microsoft 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?


    Krunalbpatel

    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.