Skip to content

Commit 5b5d64c

Browse files
Merge pull request #11893 from mayurkl100/patch-6
Create Remove-CsTeamsFilesPolicy.md
2 parents c20b247 + 3efee08 commit 5b5d64c

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
online version: https://learn.microsoft.com/powershell/module/teams/remove-csteamsfilespolicy
5+
schema: 2.0.0
6+
---
7+
8+
# Remove-CsTeamsFilesPolicy
9+
10+
## SYNOPSIS
11+
Deletes an existing teams files policy or resets the Global policy instance to the default values.
12+
13+
## SYNTAX
14+
15+
```
16+
Remove-CsTeamsFilesPolicy [-Identity] <String> [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
Deletes an existing teams files or resets the Global policy instance to the default values.
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```
26+
Remove-CsTeamsFilesPolicy -Identity "Customteamsfilespolicy"
27+
```
28+
29+
The command shown in Example 1 deletes a per-user teams files policy Customteamsfilespolicy.
30+
31+
## PARAMETERS
32+
33+
### -Identity
34+
A unique identifier specifying the scope, and in some cases the name, of the policy.
35+
36+
```yaml
37+
Type: String
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: True
42+
Position: 1
43+
Default value: None
44+
Accept pipeline input: True (ByPropertyName)
45+
Accept wildcard characters: False
46+
```
47+
48+
### CommonParameters
49+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
50+
51+
## INPUTS
52+
53+
## OUTPUTS
54+
55+
## NOTES
56+
You are not able to delete the pre-configured policy instances Default, TranscriptionProfanityMaskingEnabled and TranscriptionDisabled
57+
58+
## RELATED LINKS
59+
60+
[Get-CsTeamsFilesPolicy]()
61+
62+
[Set-CsTeamsFilesPolicy]()
63+
64+
[New-CsTeamsFilesPolicy]()
65+
66+
[Grant-CsTeamsFilesPolicy]()
67+

0 commit comments

Comments
 (0)