Forum Discussion

UncleLewis's avatar
UncleLewis
Icon for Responsive Resident rankResponsive Resident
3 years ago
Solved

Powershell 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...
  • lbendlin's avatar
    3 years ago

    Use 

    Invoke-PowerBIRestMethod -Url "groups/$wsid/users" -Method Get

    instead