Utilisateurs externes par collection de sites

Connect-SPOService -Url https://tenant-admin.sharepoint.com

Get-SPOExternalUser -SiteUrl https://tenant.sharepoint.com/sites/sitename -PageSize 50 -Position 0

Get-SPOUser -Site https://tenant.sharepoint.com/sites/sitename

Create a report of SharePoint Online External Users with PowerShell

 

Bug in Get-SPOExternalUser PowerShell : Not all external users are returned

https://www.sharepointdiary.com/2017/11/sharepoint-online-find-all-external-users-using-powershell.html

 

List all external users on all SharePoint sites with PowerShell

https://sharepoint.stackexchange.com/questions/263083/get-all-external-users-of-a-sharepoint-site-using-csom-powershell

Retirer un utilisateur de la liste SharePoint

https://docs.microsoft.com/fr-fr/sharepoint/remove-users?redirectSourcePath=%252fen-us%252farticle%252fhow-to-remove-users-from-sharepoint-online-9e470280-e822-42ca-b3f5-744c12d0955a

Utilisateurs orphelins

PowerShell script to delete SharePoint orphaned users

Accorder l’accès d’administrateur de collection de sites

https://www.sharepointdiary.com/2015/08/sharepoint-online-add-site-collection-administrator-using-powershell.html

Publicité