Commands › Microsoft Teams

Get-CsVideoInteropServiceProvider

Microsoft Teams MicrosoftTeams Get-*

Get information about the Cloud Video Interop for Teams.

Quick start script

# Get-CsVideoInteropServiceProvider — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-MicrosoftTeams -CertificateThumbprint $thumb -ApplicationId $appId -TenantId $tenantId

# 2. Run and inspect
Get-CsVideoInteropServiceProvider | Format-List

# 3. Export for evidence / drift tracking
Get-CsVideoInteropServiceProvider | Export-Clixml .\CsVideoInteropServiceProvider-$(Get-Date -Format yyyyMMdd).xml

Syntax — 2 parameter sets

Identity (Default)

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

Filter

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

Parameters (4)

ParameterTypeRequiredWhat it controls
-Filter String A regex string filter on the providers that have been set up for use within the organization.
-Identity XdsGlobalRelativeIdentity Retrieve the specific provider information by name if is known - returns only those providers that have already been set within the tenant.
-LocalStore SwitchParameter Internal Microsoft use only.
-Tenant Guid Internal Microsoft use only.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.