Forum Discussion
UncleLewis
Responsive Resident
3 years agoPowershell Script List Users In Power BI Workspaces
Hi all,
Trying to use a Powershell script to output a csv file of all users in each workspace.
I found a PS script and it creates a csv file, but the file contains 3 weird characters in c...
- 3 years ago
Use
Invoke-PowerBIRestMethod -Url "groups/$wsid/users" -Method Getinstead
lbendlin
Super User
3 years agoUse
Invoke-PowerBIRestMethod -Url "groups/$wsid/users" -Method Get
instead