Power BI CLI Samples for Power BI workspaces
The following table includes links to bash and PowerShell scripts built using the Power BI CLI.
Script | Description |
---|---|
List workspaces | List workspaces |
Add user | Add user to workspace |
List workspaces
List all workspace the user/service principal has access to
pbicli workspace list
Add user
Add a user to a given workspace
pbicli workspace user add --workspace Demos --email john.doe@adventureworks.com --principal-type User --access-right Member