You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
69
90
### -AllowRemoveParticipantAppIds
70
91
71
92
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
82
103
Accept wildcard characters: False
83
104
```
84
105
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).
0 commit comments