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
This parameter allows tenant administrators to configure masking of PSTN participant phone numbers in the roster view for Microsoft Teams meetings enabled for Audio Conferencing, scheduled within the organization.
440
+
441
+
Possible values are:
442
+
- MaskedForExternalUsers (masked to external users)
443
+
- MaskedForAllUsers (masked for everyone)
444
+
- NoMasking (visible to everyone)
445
+
446
+
```yaml
447
+
Type: String
448
+
Parameter Sets: (All)
449
+
Aliases:
450
+
451
+
Required: False
452
+
Position: Named
453
+
Default value: MaskedForExternalUsers
454
+
Accept pipeline input: False
455
+
Accept wildcard characters: False
456
+
```
457
+
438
458
### -WhatIf
439
459
The WhatIf switch causes the command to simulate its results.
440
460
By using this switch, you can view what changes would occur without having to commit those changes.
0 commit comments