Skype for Business – List all Response Groups that a User is part of
Here's a handy one liner to display all Skype Response groups a specific user is part of: Get-CsRgsAgentGroup | Where {$_.AgentsByUri -Like "*risual.user*" | FT Name Just change the risual.user to the SIP address of [...]