Topic Last Modified: 2013-07-05

The Set-CsUserAcp cmdlet provides a way for you to assign an audio conferencing provider to a user:

Copy Code
Set-CsUserAcp -Identity "Ken Myer" -TollNumber "12065551219" -TollFreeNumbers "18005550712" -ParticipantPasscode "p@ssw0rd" -Domain "sip.contoso.com" -Name "Contoso ACP"

This assignment will be meaningless unless you have already contracted with the specified provider.

See Also