Reordering Response Group Queue agent group using powershell

I was able to add and remove the agent group from the current existing queue using Set-CSRgsQueue command. Is there a way to insert the agent group using same command?

August 25th, 2015 9:23am

Hi,

You can use the following Lync Server Management Shell:

Set-CsRgsAgentGroup -Name "<agent group name>" -Parent $serviceId [-Description "<agent group description>"] -[AgentAlertTime <# seconds until call is routed to next agent>] [-ParticipationPolicy <Formal | Informal>] [-RoutingMethod <method for routing calls>] [-AgentsByUri("<first agent's SIP address>","<second agent's SIP address>")];

Best Regards,
Eason Huang

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 2:42am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics