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
@@ -103,7 +103,7 @@ To perform this task, the command first uses the Get-CsUser cmdlet and the LdapF
103
103
This filtered collection is then piped to the Grant-CsExternalAccessPolicy cmdlet, which assigns the policy SalesAccessPolicy to each user in the collection.
104
104
105
105
### -------------------------- EXAMPLE 4 --------------------------
@@ -121,7 +121,7 @@ The command starts off by calling the Get-CsUser cmdlet and the OU parameter; th
121
121
The returned collection is then piped to the Grant-CsExternalAccessPolicy cmdlet, which assigns the policy USAccessPolicy to each user in the collection.
122
122
123
123
### -------------------------- EXAMPLE 6 --------------------------
Describes what would happen if you executed the command without actually executing the command.
211
-
212
-
```yaml
213
-
Type: SwitchParameter
214
-
Parameter Sets: (All)
215
-
Aliases: wi
216
-
Applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
217
-
218
-
Required: False
219
-
Position: Named
220
-
Default value: None
221
-
Accept pipeline input: False
222
-
Accept wildcard characters: False
223
-
```
224
-
225
-
### -Confirm
226
-
Prompts you for confirmation before executing the command.
227
-
228
-
```yaml
229
-
Type: SwitchParameter
230
-
Parameter Sets: (All)
231
-
Aliases: cf
232
-
Applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
233
-
234
-
Required: False
235
-
Position: Named
236
-
Default value: None
237
-
Accept pipeline input: False
238
-
Accept wildcard characters: False
239
-
```
240
-
241
209
### -Tenant
242
210
This parameter is reserved for internal Microsoft use.
0 commit comments