Forum Discussion
Anonymous
3 years agoNot applicable
Removing multiple users form the power bi workspace using powershell script
Hi All, I have a list of workspaces and user names in one csv file and i need to remove that individual users from the workspace who are in that excel file. Remove in Power BI service taking time...
- 3 years ago
Hi Anonymous ,
You can get the respective WorkspaceID as decribed here:
PowerShell Gallery | functions/Get-Workspace.ps1 0.2.0
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Anonymous
3 years agoNot applicable
Hi tackytechtom,
Thanks for the response! I ran above Power shell script and its working fine but my workaround will be CSV file that contain Workspace Name instead of Workspave ID and users name. Is it possible to remove users with the above script that contains workspace name and users name in the csv file.
tackytechtom
Most Valuable Professional
3 years agoHi Anonymous ,
You can get the respective WorkspaceID as decribed here:
PowerShell Gallery | functions/Get-Workspace.ps1 0.2.0
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/