Topic Last Modified: 2013-07-05

To return information about the audio conferencing providers that have been assigned to a user, use the Get-CsUserAcp cmdlet and the following syntax:

Copy Code
Get-CsUserAcp -Identity "Ken Myer" | Select-Object -ExpandProperty AcpInfo

See Also