Skip to content

Commit 3d0de08

Browse files
authored
Update Set-CsApplicationMeetingConfiguration.md
Add description for common parameters.
1 parent 569538c commit 3d0de08

File tree

1 file changed

+73
-1
lines changed

1 file changed

+73
-1
lines changed

skype/skype-ps/skype/Set-CsApplicationMeetingConfiguration.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ Modifies an existing application meeting configuration for the tenant.
2121
### Identity
2222

2323
```
24-
Set-CsApplicationMeetingConfiguration [-Identity <XdsIdentity>] [-AllowRemoveParticipantAppIds <PSListModifier>]
24+
Set-CsApplicationMeetingConfiguration [-Identity <XdsIdentity>] [-AllowRemoveParticipantAppIds <PSListModifier>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
```
26+
27+
### Instance
28+
```
29+
Set-CsApplicationMeetingConfiguration [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2530
```
2631

2732
## DESCRIPTION
@@ -66,6 +71,22 @@ Accept pipeline input: False
6671
Accept wildcard characters: False
6772
```
6873
74+
### -Instance
75+
Allows you to pass a reference to an object to the cmdlet rather than set individual parameter values.
76+
77+
```yaml
78+
Type: PSObject
79+
Parameter Sets: Instance
80+
Aliases:
81+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
82+
83+
Required: False
84+
Position: Named
85+
Default value: None
86+
Accept pipeline input: True (ByValue)
87+
Accept wildcard characters: False
88+
```
89+
6990
### -AllowRemoveParticipantAppIds
7091
7192
A list of application (client) IDs. For details of application (client) ID, refer to: [Get tenant and app ID values for signing in](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal#get-tenant-and-app-id-values-for-signing-in).
@@ -82,6 +103,57 @@ Accept pipeline input: False
82103
Accept wildcard characters: False
83104
```
84105
106+
### -Force
107+
Suppresses the display of any non-fatal error message that might occur when running the command.
108+
109+
```yaml
110+
Type: SwitchParameter
111+
Parameter Sets: (All)
112+
Aliases:
113+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
114+
115+
Required: False
116+
Position: Named
117+
Default value: None
118+
Accept pipeline input: False
119+
Accept wildcard characters: False
120+
```
121+
122+
### -WhatIf
123+
Describes what would happen if you executed the command without actually executing the command.
124+
125+
```yaml
126+
Type: SwitchParameter
127+
Parameter Sets: (All)
128+
Aliases: wi
129+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
130+
131+
Required: False
132+
Position: Named
133+
Default value: None
134+
Accept pipeline input: False
135+
Accept wildcard characters: False
136+
```
137+
138+
### -Confirm
139+
Prompts you for confirmation before executing the command.
140+
141+
```yaml
142+
Type: SwitchParameter
143+
Parameter Sets: (All)
144+
Aliases: cf
145+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
146+
147+
Required: False
148+
Position: Named
149+
Default value: None
150+
Accept pipeline input: False
151+
Accept wildcard characters: False
152+
```
153+
154+
### CommonParameters
155+
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).
156+
85157
## INPUTS
86158
87159
###

0 commit comments

Comments
 (0)