You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
when we migrate mail accounts to 365 from on premise or tenant-to-tenant migrations, if we are also migrating redirected folders or Onedrives, we need to pre-provision the Onedrive storage in 365.
this is achieved by running a script with a CSV import to provision one drive storage.
If this tool was in CIPP, it would negate the need for service engineers the need to connect to Powershell Sharepoint 365 to run the necessary commands and require global admin to do so.
PowerShell commands you would normally use to achieve above request
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
when we migrate mail accounts to 365 from on premise or tenant-to-tenant migrations, if we are also migrating redirected folders or Onedrives, we need to pre-provision the Onedrive storage in 365.
this is achieved by running a script with a CSV import to provision one drive storage.
If this tool was in CIPP, it would negate the need for service engineers the need to connect to Powershell Sharepoint 365 to run the necessary commands and require global admin to do so.
PowerShell commands you would normally use to achieve above request
for multiple users
$users = Get-Content -path "C:\Users.txt"
Request-SPOPersonalSite -UserEmails $users
for single users
Request-SPOPersonalSite -UserEmails
The text was updated successfully, but these errors were encountered: