I ran the command in my DEV environment with success and no issues. I figured my PROD environment would be without a hitch.
However I am getting the following error message:
Move-CsRgsConfiguration : Object reference not set to an instance of an object.
at line:1 char:1
+Move-CsRgsConfiguration -source 2010pool.domain.com -destination 2013pool.domain.com
```````````````````````````````````````````````````
+CategoryInfo : WriteError (Microsoft.Rtc.R....lRgsDataContext:TransactionalRgsDataContext) [Move-RgsConfiguration], NullReferenceException
+FullyQualifiedErrorID :Microsoft.Rtc.Rgs.Management.MoveCsRgsConfigurationCmdlet
There are no erorrs in Event Logs, I've not had any issues with any other part of the migration - I am so close to the end I can taste it.... but the one simple thing I wanted to do, I get an error.
any ideas?