Ghost RGS config in Lync 2013

After migrating from an old Lync2013 pool to a new 2013 pool we noticed that the responsegroups were missing. So were the queues and groups.
As always we had a backup of the RGS config.
But when trying to import it we got an error saying that the config was allready there.
when running get-csrgsconfiguration we could se all our config.
But it did not show in the Lync controlpanel. Neither was there any trace of them in the database.

So what I did with a little powershell magic was this:

Import-CsRgsConfiguration -Destination newpool.customer.com -FileName .\Rgs.zip -replaceExistingRgsSettings -OverwriteOwner -Force -ResolveNameConflicts

And like magic the RGS config appeared in control panel. Queues, groups and workflows.
(And they all lived happily ever after)


Comments

Popular Posts