Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Provision Onedrive for newly migrated accounts #3309

Closed
ZNL-BKA opened this issue Jan 16, 2025 · 3 comments
Closed

[Feature Request]: Provision Onedrive for newly migrated accounts #3309

ZNL-BKA opened this issue Jan 16, 2025 · 3 comments
Labels
enhancement New feature or request no-priority

Comments

@ZNL-BKA
Copy link

ZNL-BKA commented Jan 16, 2025

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

@ZNL-BKA ZNL-BKA added enhancement New feature or request no-priority labels Jan 16, 2025
@KelvinTegelaar
Copy link
Owner

Already possible.

@kris6673
Copy link
Contributor

@ZNL-BKA https://github.com/KelvinTegelaar/CIPP/releases/tag/v6.1.0 see the "Preprovision OneDrive" section :)

@ZNL-BKA
Copy link
Author

ZNL-BKA commented Jan 16, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-priority
Projects
None yet
Development

No branches or pull requests

3 participants