Skip to content

Commit 8de259e

Browse files
authored
Update Remove-CsTeamsFilesPolicy.md
1 parent ac5477a commit 8de259e

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

teams/teams-ps/teams/Remove-CsTeamsFilesPolicy.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Deletes an existing teams files policy or resets the Global policy instance to t
1313
## SYNTAX
1414

1515
```
16-
Remove-CsTeamsFilesPolicy [-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
16+
Remove-CsTeamsFilesPolicy [-Identity] <String> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -45,36 +45,6 @@ Accept pipeline input: True (ByPropertyName)
4545
Accept wildcard characters: False
4646
```
4747
48-
### -WhatIf
49-
Describes what would happen if you executed the command without actually executing the command.
50-
51-
```yaml
52-
Type: SwitchParameter
53-
Parameter Sets: (All)
54-
Aliases: wi
55-
56-
Required: False
57-
Position: Named
58-
Default value: False
59-
Accept pipeline input: False
60-
Accept wildcard characters: False
61-
```
62-
63-
### -Confirm
64-
Prompts you for confirmation before executing the command.
65-
66-
```yaml
67-
Type: SwitchParameter
68-
Parameter Sets: (All)
69-
Aliases: cf
70-
71-
Required: False
72-
Position: Named
73-
Default value: False
74-
Accept pipeline input: False
75-
Accept wildcard characters: False
76-
```
77-
7848
### CommonParameters
7949
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).
8050

0 commit comments

Comments
 (0)