In
this blog you will see how to create a new site group in SharePoint Online site collection using
Powershell.
Syntax:
Connect-SPOService -Url https://c986-admin.sharepoint.com/ -credential [email protected]
New-SPOSiteGroup -Site https://c986.sharepoint.com/ -Group "My Group" -PermissionLevels "Full Control"
Output:
A new group named “My Group” with “Full Control” permission level is created in the site collection.