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
sarava0483
3 years agoFrequent Visitor
This is very helpfull, can you also suggest on directly uploading the CSV file to sharepoint /onedrive folder.
- lbendlin3 years ago
Super User
Same piping as above.