Skip to content

Commit 4027100

Browse files
authored
Adding MaskPstnNumbersType parameter
1 parent 8428f75 commit 4027100

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

skype/skype-ps/skype/Set-CsOnlineDialInConferencingTenantSettings.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Set-CsOnlineDialInConferencingTenantSettings [-Tenant <Guid>] [-EnableEntryExitN
2727
[-SendEmailFromOverride <Boolean>] [-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>]
2828
[-AutomaticallyReplaceAcpProvider <Boolean>] [-UseUniqueConferenceIds <Boolean>]
2929
[-AutomaticallyMigrateUserMeetings <Boolean>] [-MigrateServiceNumbersOnCrossForestMove <Boolean>]
30-
[-EnableDialOutJoinConfirmation <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
30+
[-EnableDialOutJoinConfirmation <Boolean>] [[-Identity] <XdsIdentity>] [-MaskPstnNumbersType <String>] [-Force] [-WhatIf] [-Confirm]
3131
[<CommonParameters>]
3232
```
3333

@@ -40,7 +40,7 @@ Set-CsOnlineDialInConferencingTenantSettings [-Tenant <Guid>] [-EnableEntryExitN
4040
[-SendEmailFromOverride <Boolean>] [-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>]
4141
[-AutomaticallyReplaceAcpProvider <Boolean>] [-UseUniqueConferenceIds <Boolean>]
4242
[-AutomaticallyMigrateUserMeetings <Boolean>] [-MigrateServiceNumbersOnCrossForestMove <Boolean>]
43-
[-EnableDialOutJoinConfirmation <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
43+
[-EnableDialOutJoinConfirmation <Boolean>] [-Instance <PSObject>] [-MaskPstnNumbersType <String>] [-Force] [-WhatIf] [-Confirm]
4444
[<CommonParameters>]
4545
```
4646

@@ -435,6 +435,26 @@ Accept pipeline input: False
435435
Accept wildcard characters: False
436436
```
437437
438+
### -MaskPstnNumbersType
439+
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+
438458
### -WhatIf
439459
The WhatIf switch causes the command to simulate its results.
440460
By using this switch, you can view what changes would occur without having to commit those changes.

0 commit comments

Comments
 (0)