Hi All,
we are changing partner server for Unity, from EX 2003 to 2010. everything works, except in last step when I was trying to run Ex2kScript in Exchange, I got lots of error messages in powershell. is this script generated by Unity is valid from Exchange perpective:
The term 'New-MoveRequest' 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 C:\Ex2k7Script_UNITY01.ps1:3 char:31
+ $mailboxList | New-MoveRequest <<<< -targetDatabase:$targetDatabase
+ CategoryInfo : ObjectNotFound: (New-MoveRequest:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'Get-MoveRequest' 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 C:\Ex2k7Script_UNITY01.ps1:4 char:53
+ [array]$inTransit = $mailboxList | Get-MoveRequest <<<< -ErrorAction SilentlyContinue | ?{ $_.Status -ne 'Failed'
-and $_.Status -ne 'Completed' -and $_.Status -ne 'CompletedWithWarning' }
+ CategoryInfo : ObjectNotFound: (Get-MoveRequest:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
thanks for any input, it's pretty high impact since customer lost their voicemail.
Alex