Skip to content

Commit 6980e6e

Browse files
authored
Update New-CsTeamsFilesPolicy.md
1 parent b414ce3 commit 6980e6e

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

teams/teams-ps/teams/New-CsTeamsFilesPolicy.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The policies also specify third party app id to allow file storage(eg. Box).
1616

1717
```
1818
New-CsTeamsFilesPolicy [-NativeFileEntryPoints <String>] [-DefaultFileUploadAppId <String>]
19-
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-Identity] <String> [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
@@ -79,36 +79,6 @@ Accept pipeline input: False
7979
Accept wildcard characters: False
8080
```
8181
82-
### -WhatIf
83-
Describes what would happen if you executed the command without actually executing the command.
84-
85-
```yaml
86-
Type: SwitchParameter
87-
Parameter Sets: (All)
88-
Aliases: wi
89-
90-
Required: False
91-
Position: Named
92-
Default value: False
93-
Accept pipeline input: False
94-
Accept wildcard characters: False
95-
```
96-
97-
### -Confirm
98-
Prompts you for confirmation before executing the command.
99-
100-
```yaml
101-
Type: SwitchParameter
102-
Parameter Sets: (All)
103-
Aliases: cf
104-
105-
Required: False
106-
Position: Named
107-
Default value: False
108-
Accept pipeline input: False
109-
Accept wildcard characters: False
110-
```
111-
11282
### CommonParameters
11383
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).
11484

0 commit comments

Comments
 (0)