Commands › Microsoft Teams

Get-CsTeamsTranslationRule

Microsoft Teams MicrosoftTeams Get-*

Cmdlet to get an existing number manipulation rule (or list of rules).

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsTeamsTranslationRule [[-Identity] <String>] [-MsftInternalProcessingMode <String>] [<CommonParameters>]

Filter

Get-CsTeamsTranslationRule [-MsftInternalProcessingMode <String>] [-Filter <String>] [<CommonParameters>]

Parameters (3)

ParameterTypeRequiredWhat it controls
-Filter String The filter to use against the Identity of translation rules.
-Identity String Identifier of the specific translation rule to display.
-MsftInternalProcessingMode String {{ Fill MsftInternalProcessingMode Description }}

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