Forum Discussion
JasonYeung
Dec 02, 2025Brass Contributor
add user to SharePoint group via PowerShell error
Hi, I'm trying to use PowerShell to add a user to an existing SharePoint group. I ran the following to connect to the SharePoint site: Connect-SPOService -Url https://site1-admin.sharepoint.com T...
TheChosen1
Dec 11, 2025Copper Contributor
https://site1-admin.sharepoint.com/sites/company is incorrect
Should be https://site1.sharepoint.com/sites/company when using Add-SPOUser