Sharepoint Online – Add members and owners via PowerShell

To add members and owners to a SharePoint Online TeamSite you have the below commands avaiable: Note that if you need to make someone Owner of the Teamsite, the user first needs to be member! And then you make the user Owner. #Get Groupnames Get-UnifiedGroup #Check for current members Get-UnifiedGroupLinks –Identity “groupname” –LinkType Members #Check […]

Read More »