Get-CsMainlineAttendantSpamDetectionTemplate
The Get-CsMainlineAttendantSpamDetectionTemplate cmdlet returns a list of spam detection templates that have been configured in the tenant.
Syntax
Default (Default)
Get-CsMainlineAttendantSpamDetectionTemplate
[-Identity <string>]
[<CommonParameters>]
Description
The Get-CsMainlineAttendantSpamDetectionTemplate cmdlet returns a list of spam detection templates that have been configured in the tenant.
Caution
Teams Phone Agent (formerly Mainline Attendant) is currently only available to customers in the Frontier Public Preview program.
Examples
Example 1
Get-CsMainlineAttendantSpamDetectionTemplate
This example will return a list of all the spam detection templates configured in the tenant.
Example 2
Get-CsMainlineAttendantSpamDetectionTemplate -Identity 3a4b3d9b-91d8-4fbf-bcff-6907f325842d
This example retrieves the Spam Detection Template with the Identity 3a4b3d9b-91d8-4fbf-bcff-6907f325842d
Parameters
-Identity
Represents the unique identifier of a spam detection template.
Parameter properties
| Type: | Guid |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
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.