Showing archive results for June 2015

Jun 25, 2015
Post comments count0
Post likes count0

PowerTip: Provide Alternate Name to Nouns in Module

Doctor Scripto

Summary: Use Windows PowerShell to provide alternate names to nouns in modules to avoid conflicts.  How can I use Windows PowerShell to avoid the problem of having conflicting cmdlet names in different modules?  Use the Prefix parameter with Import-Module. Prefix will take whatever letter segment you provide and ...

Jun 25, 2015
Post comments count0
Post likes count0

Using Windows PowerShell with Staged Migrations: Part 4

Doctor Scripto

Summary: Use Windows PowerShell to convert mailboxes to mail-enabled users in Office 365. Note  This is a five-part series that includes the following posts: Honorary Scripting Guy, Sean Kearney is here. When last we left, you had been shown how to access the reports and statistics from your staged migration from Windows Pow...

Jun 24, 2015
Post comments count0
Post likes count0

PowerTip: Use Windows PowerShell to Get Migration Statistics

Doctor Scripto

Summary: Use Windows PowerShell to pull statistics about user migrations.  How can I use Windows PowerShell to easily display a report with the time and amount of data transferred with            my staged migrations?  Use the Get-MigrationUser and Get-MigrationUserStatistics cmdlets and a...

Jun 24, 2015
Post comments count0
Post likes count0

Using Windows PowerShell with Staged Migrations: Part 3

Doctor Scripto

Summary: Use Windows PowerShell to obtain the status and statistics from staged migrations. Note  This is a five-part series that includes the following posts: Honorary Scripting Guy, Sean Kearney, is here. Today we’re going to look into using Windows PowerShell on a deeper level with our staged migrations. That is, we...

Jun 23, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get List of Migration Batches in Office 365

Doctor Scripto

Summary: Use Windows PowerShell to identify all migration batches and their status in Office 365.  Rather than navigating the Office 365 console to check the status of a migration, is there an easy way            to do it with Windows PowerShell?  To get list of all migration batches in Office 365 and their s...