Set-CsTeamsCustomBannerText
Enables administrators to update a configured custom text on the banner displayed when compliance recording bots start recording the call.
Syntax
Identity (Default)
Set-CsTeamsCustomBannerText
[-Id <Guid>]
[-Text <String>]
[-Description <String>]
[<CommonParameters>]
Description
Updates a single instance of custom banner text.
Examples
Example 1
PS C:\> Set-CsTeamsCustomBannerText -Id 123e4567-e89b-12d3-a456-426614174000 -Description "Custom Banner Text Example" -Text "Custom Text"
This example sets the properties of the CustomText instance of TeamsCustomBannerText.
Parameters
-Description
The description that you would like to set to identify what this text represents.
Parameter properties
Type: | System.String |
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 |
-Id
Applicable: Microsoft Teams
The Identity of the CustomBannerText.
Parameter properties
Type: | System.Guid |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identity
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Text
The text that you would like to set in the policy.
Parameter properties
Type: | System.String |
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.