Commands › Microsoft Teams

Get-CsTeamsComplianceRecordingApplication

Microsoft Teams MicrosoftTeams Get-*

Returns information about the application instances of policy-based recording applications that have been configured for administering automatic policy-based recording in your tenant.

Quick start script

# Get-CsTeamsComplianceRecordingApplication — 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-CsTeamsComplianceRecordingApplication | Format-List

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsTeamsComplianceRecordingApplication [-Tenant <System.Guid>] [-Identity <XdsIdentity>]
 [-LocalStore] [<CommonParameters>]

Filter

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

Parameters (4)

ParameterTypeRequiredWhat it controls
-Filter String Enables you to use wildcards when retrieving one or more application instances of policy-based recording applications. For example, to return all the application instances associated with Teams recording policies at...
-Identity XdsIdentity Unique identifier of the application instance of a policy-based recording application to be retrieved.
-LocalStore SwitchParameter This parameter is reserved for internal Microsoft use.
-Tenant Guid Globally unique identifier (GUID) of the tenant account whose Teams recording policies are being queried. For example:

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