Commands › Microsoft Teams

Get-CsMainlineAttendantSpamDetectionTemplate

Microsoft Teams MicrosoftTeams Get-*

The Get-CsMainlineAttendantSpamDetectionTemplate cmdlet returns a list of spam detection templates that have been configured in the tenant.

Quick start script

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

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

Syntax

Get-CsMainlineAttendantSpamDetectionTemplate [-Identity <string>] [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-Identity Guid Represents the unique identifier of a spam detection template.

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