Remove-CsTeamsCustomBannerText
Enables administrators to remove a custom banner text configuration that is displayed when compliance recording bots start recording the call.
Syntax
Identity (Default)
Remove-CsTeamsCustomBannerText
[[-Identity] <String>]
[<CommonParameters>]
Description
Removes a single instance of custom banner text.
Examples
Example 1
PS C:\> Remove-CsTeamsCustomBannerText -Identity CustomText
This example removes a TeamsCustomBannerText instance with the name "CustomText".
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.