Skip to content

Commit 6804a45

Browse files
authored
Create Remove-CsTeamsCustomBannerText
1 parent 6a8ca3c commit 6804a45

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
Module Name: MicrosoftTeams
3+
title: Remove-CsTeamsCustomBannerText
4+
author: saleens7
5+
ms.author: wblocker
6+
online version: https://learn.microsoft.com/powershell/module/teams/Remove-CsTeamsCustomBannerText
7+
schema: 2.0.0
8+
---
9+
10+
# Remove-CsTeamsCustomBannerText
11+
12+
## SYNOPSIS
13+
14+
Enables administrators to configure a custom text on the banner displayed when compliance recording bots start recording the call.
15+
16+
## SYNTAX
17+
18+
### Identity (Default)
19+
```
20+
Remove-CsTeamsCustomBannerText [[-Identity] <String>] [<CommonParameters>]
21+
```
22+
23+
## DESCRIPTION
24+
25+
Removes a single instance of custom banner text.
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
PS C:\> Remove-CsTeamsCustomBannerText -Identity CustomText
31+
```
32+
33+
Removes a TeamsCustomBannerText instance with the name "CustomText".
34+
35+
## PARAMETERS
36+
37+
### -Identity
38+
Policy instance name. Optional.
39+
40+
```yaml
41+
Type: String
42+
Parameter Sets: Identity
43+
Aliases:
44+
Applicable: Microsoft Teams
45+
Required: False
46+
Position: 1
47+
Default value: None
48+
Accept pipeline input: False
49+
Accept wildcard characters: False
50+
```
51+
52+
### CommonParameters
53+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
54+
55+
56+
## INPUTS
57+
58+
### None
59+
60+
## OUTPUTS
61+
62+
### System.Object
63+
## NOTES
64+
65+
## RELATED LINKS
66+
67+
[Set-CsTeamsCustomBannerText](Set-CsTeamsCustomBannerText.md)
68+
69+
[New-CsTeamsCustomBannerText](New-CsTeamsCustomBannerText.md)
70+
71+
[Remove-CsTeamsCustomBannerText](Remove-CsTeamsCustomBannerText.md)

0 commit comments

Comments
 (0)