Forum Discussion
sakunchamikara
3 years agoRegular Visitor
Can we create a new power bi user account using a powershell script ?
I need to create a new user account in power bi using a Powershell script is there any possibility of doing this and if so how can we achieve this?
- Anonymous3 years ago
HI sakunchamikara,
I think you can try to invoke AzureAD related package to create new user account. Then you only need to assign power bi license to the new account.
New-AzureADUser (AzureAD) | Microsoft Learn
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
HI sakunchamikara,
I think you can try to invoke AzureAD related package to create new user account. Then you only need to assign power bi license to the new account.
New-AzureADUser (AzureAD) | Microsoft Learn
Xiaoxin Sheng