Skip to content

Commit 02bb2fc

Browse files
Merge branch 'main' into patch-3
2 parents 51cbc5f + edf21d3 commit 02bb2fc

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

teams/teams-ps/teams/Grant-CsApplicationAccessPolicy.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,74 @@ Accept pipeline input: False
154154
Accept wildcard characters: False
155155
```
156156
157+
158+
### -Confirm
159+
Prompts you for confirmation before running the cmdlet.
160+
161+
```yaml
162+
Type: SwitchParameter
163+
Parameter Sets: (All)
164+
Aliases: cf
165+
166+
Required: False
167+
Position: Named
168+
Default value: None
169+
Accept pipeline input: False
170+
Accept wildcard characters: False
171+
```
172+
173+
### -MsftInternalProcessingMode
174+
175+
For internal use only.
176+
177+
```yaml
178+
Type: String
179+
Parameter Sets: (All)
180+
Aliases:
181+
182+
Required: False
183+
Position: Named
184+
Default value: None
185+
Accept pipeline input: False
186+
Accept wildcard characters: False
187+
```
188+
189+
### -PassThru
190+
191+
Allows the user to indicate whether the cmdlet passes an output object through the pipeline, in this case, after a process is stopped. Be aware that this parameter is tied to the cmdlet itself instead of to a property of the input object.
192+
193+
```yaml
194+
Type: SwitchParameter
195+
Parameter Sets: (All)
196+
Aliases:
197+
198+
Required: False
199+
Position: Named
200+
Default value: None
201+
Accept pipeline input: False
202+
Accept wildcard characters: False
203+
```
204+
205+
### -WhatIf
206+
Shows what would happen if the cmdlet runs.
207+
The cmdlet is not run.
208+
209+
```yaml
210+
Type: SwitchParameter
211+
Parameter Sets: (All)
212+
Aliases: wi
213+
214+
Required: False
215+
Position: Named
216+
Default value: None
217+
Accept pipeline input: False
218+
Accept wildcard characters: False
219+
```
220+
221+
### CommonParameters
222+
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).
223+
224+
157225
## INPUTS
158226
159227
## OUTPUTS

0 commit comments

Comments
 (0)