Usage
m365 spo site admin remove [options]
Description
Removes a user or group as site collection administrator
Options
| Option |
Description |
-u, --siteUrl <siteUrl> |
The URL of the site |
--userId [userId] |
The ID of the user to remove as a site collection admin |
--userName [userName] |
The user principal name of the user to remove as a site collection admin |
--groupId [groupId] |
The ID of the Microsoft Entra ID group to remove as a site collection admin |
--groupName [groupName] |
The name of the Microsoft Entra ID group to remove as a site collection admin |
--asAdmin |
If specified, we will use the SharePoint admin center to execute the command |
-f, --force |
Don't prompt for confirmation |
Examples
Removes user as site collection admin
m365 spo site admin remove --siteUrl https://contoso.sharepoint.com --userId 600713c5-53c6-4f24-b454-3c35e22b2639
Removes group as site collection admin without prompting for confirmation
m365 spo site admin remove --siteUrl https://contoso.sharepoint.com --groupName SP_Administrators --force
Response
No response
Additional info
We should add correct error handling as when we try to remove the primary site collection admin or when we try to remove the final site collection admin, as there always has to be atleast one if I'm not mistaken
Usage
m365 spo site admin remove [options]
Description
Removes a user or group as site collection administrator
Options
-u, --siteUrl <siteUrl>--userId [userId]--userName [userName]--groupId [groupId]--groupName [groupName]--asAdmin-f, --forceExamples
Removes user as site collection admin
Removes group as site collection admin without prompting for confirmation
Response
No response
Additional info
We should add correct error handling as when we try to remove the primary site collection admin or when we try to remove the final site collection admin, as there always has to be atleast one if I'm not mistaken