Edit

Share via


Get-CsTeamsCustomBannerText

Enables administrators to configure a custom text on the banner displayed when compliance recording bots start recording the call.

Syntax

Identity (Default)

Get-CsTeamsCustomBannerText
    [[-Identity] <String>]
    [<CommonParameters>]

Description

Returns all or a single instance of custom banner text.

Examples

Example 1

PS C:\> Get-CsTeamsCustomBannerText

This example gets the properties of all instances of the TeamsCustomBannerText.

Example 2

PS C:\> Get-CsTeamsCustomBannerText -Identity CustomText

This example gets the properties of the CustomText instance of TeamsCustomBannerText.

Parameters

-Identity

Applicable: Microsoft Teams

Policy instance name (optional).

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Identity
Position:1
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.

Inputs

None

Outputs

System.Object