Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Get-CsVideoInteropServiceProvider

Get information about the Cloud Video Interop for Teams.

Syntax

Identity (Default)

Get-CsVideoInteropServiceProvider
 [[-Identity] <XdsGlobalRelativeIdentity>]
 [-Tenant <System.Guid>]
 [-LocalStore]
 [<CommonParameters>]

Filter

Get-CsVideoInteropServiceProvider
 [-Tenant <System.Guid>]
 [-Filter <String>]
 [-LocalStore]
 [<CommonParameters>]

Description

Cloud Video Interop for Teams enables 3rd party VTC devices to be able to join Teams meetings. The CsVideoInteropServiceProvider cmdlets allow you to designate provider/tenant specific information about the connection to the provider.

Examples

Example 1

PS C:\> Get-CsVideoInteropServiceProvider

Get all of the providers that have been configured for use within the organization.

Parameters

-Filter

A regex string filter on the providers that have been set up for use within the organization.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Identity

Retrieve the specific provider information by name if is known - returns only those providers that have already been set within the tenant.

Parameter properties

Type:XdsGlobalRelativeIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-LocalStore

Internal Microsoft use only.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Tenant

Internal Microsoft use only.

Parameter properties

Type:System.Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object


Feedback

Was this page helpful?