Topic Last Modified: 2013-07-05

To return information about all of the audio conferencing providers that your organization has contracted with, you can simply call the Get-CsAudioConferencingProvider cmdlet without any parameters:

Copy Code
Get-CsAudioConferencingProvider

If you want to limit the returned data to a single provider (in this example, the provider Contoso Audio Services), then use the Identity parameter:

Copy Code
Get-CsAudioConferencingProvider -Identity "Contoso Audio Services"

There is only one Lync Online cmdlet that accepts an audio conferencing provider ID:

See Also