Forum Discussion
Users who have left the company....
- AnonymousMar 07, 2018
Use the SharePoint Online Powershell and you can grant users access to any onedrive Site collection.
To add access to Site collection
Connect-SPOService -Url https://tenant-admin.sharepoint.com -credential username@domain.com
Set-SPOUser -Site https://tenant-my.sharepoint.com/personal/targerusername_ypo_orgom -LoginName username@domain.com -IsSiteCollectionAdmin $true
Use the SharePoint Online Powershell and you can grant users access to any onedrive Site collection.
To add access to Site collection
Connect-SPOService -Url https://tenant-admin.sharepoint.com -credential username@domain.com
Set-SPOUser -Site https://tenant-my.sharepoint.com/personal/targerusername_ypo_orgom -LoginName username@domain.com -IsSiteCollectionAdmin $true
Thanks for the reply.
Ted