Advertisement
marketing-sharegate

Sharegate510-2

Apr 22nd, 2016
4,330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $srcSite = Connect-Site -Url https://mytenant-admin.sharepoint.com $csvFile = "C:\CSVfile.csv" $table = Import-Csv $csvFile -Delimiter ";" foreach ($row in $table) { Get-OneDriveUrl -Tenant $tenant -Email $row.Email -ProvisionIfRequired -DoNotWaitForProvisioning }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement