Skip to content

Instantly share code, notes, and snippets.

@eugenedauphin
Created January 21, 2015 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eugenedauphin/b6ac8e787a9deae57c93 to your computer and use it in GitHub Desktop.
Save eugenedauphin/b6ac8e787a9deae57c93 to your computer and use it in GitHub Desktop.
Get administrative access to the OneDrive for Business environment of a user
$site = Get-SPOSite -Identity https://mydemo-my.sharepoint.com/personal/sarad_mydemo_onmicrosoft_com
Set-SPOUser -Site $site.Url -LoginName admin@mydemo.onmicrosoft.com -IsSiteCollectionAdmin $true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment