I'm attempting to follow the steps per this website http://ppe.blogs.technet.com/b/exchange/archive/2014/03/24/mailbox-migration-performance-analysis.aspx in Exchange PowerShell and Step 4. is returning the following.
ProcessStats : The term 'ProcessStats' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ ProcessStats -stats $stats -name ProcessedStats1
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (ProcessStats:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Any suggestions?