View all of our Customer and Partner Stories from the MSOnline Blog
See who picked BPOS over the competition
Read past blog posts from This Week in BPOS News
View recordings of webinars
Watch Executive Videos
Microsoft Online Services Announcements
Get walkthroughs and help with these posts that show you "How To"
For this week’s BPOS support video we learn how to migrate on-premise mailboxes to Exchange Online using PowerShell. This video explains what PowerShell is, and how to create a basic PowerShell script. A PowerShell script is more powerful than using the migration console and is easier to use when migrating email boxes in multiple batches.
Learn more about Microsoft Online Services with our other support and how to blog posts.
What support videos would you like to see? We want to hear from you in the comments section below or send an email to our community mailbox. Follow us on Twitter and like our Facebook page.
as you save your excel file containing your sourcecredentials and targetcredentials as csv file, the delimiter used could be a ';'.
If this is so, use the following Powershell command:
$users = import-csv c:\<your file including full path> -delimiter ";"
Hi ,
What the Migration status report? If we use Move-Mailbox cmdlet it will generate the XML report... and will this Move-XsExchangeMailboxtoExchangeOnline cmdlet generates any similar report?
Regards
Vijayashankar