Skip to content

Commit 9cf11b7

Browse files
authored
Merge pull request MicrosoftDocs#10451 from dmatis/patch-2
Update New-CsTeamsEnhancedEncryptionPolicy.md
2 parents bf66191 + 82e7a64 commit 9cf11b7

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

teams/teams-ps/teams/New-CsTeamsEnhancedEncryptionPolicy.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Use this cmdlet to create a new Teams enhanced encryption policy.
1717
## SYNTAX
1818

1919
```
20-
New-CsTeamsEnhancedEncryptionPolicy [-Description <Object>] [-CallingEndtoEndEncryptionEnabledType <Object>]
20+
New-CsTeamsEnhancedEncryptionPolicy [-Description <Object>] [-CallingEndtoEndEncryptionEnabledType <Object>] [-MeetingEndToEndEncryption <Object>]
2121
[[-Identity] <Object>] [-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
2525
Use this cmdlet to create a new Teams enhanced encryption policy.
2626

27-
The TeamsEnhancedEncryptionPolicy enables administrators to determine which users in your organization can use the enhanced encryption settings in Teams, setting for End-to-end encryption in ad-hoc 1-to-1 VOIP calls is the parameter supported by this policy currently.
27+
The TeamsEnhancedEncryptionPolicy enables administrators to determine which users in your organization can use the enhanced encryption settings in Teams, setting for end-to-end encryption in ad-hoc 1-to-1 VOIP calls is the parameter supported by this policy currently.
2828

2929
## EXAMPLES
3030

@@ -37,7 +37,7 @@ Creates a new instance of TeamsEnhancedEncryptionPolicy called ContosoPartnerTea
3737

3838
### EXAMPLE 2
3939
```PowerShell
40-
PS C:\> New-CsTeamsEnhancedEncryptionPolicy -Identity ContosoPartnerTeamsEnhancedEncryptionPolicy -CallingEndtoEndEncryptionEnabledType DisabledUserOverride
40+
PS C:\> New-CsTeamsEnhancedEncryptionPolicy -Identity ContosoPartnerTeamsEnhancedEncryptionPolicy -CallingEndtoEndEncryptionEnabledType DisabledUserOverride -MeetingEndToEndEncryption DisabledUserOverride
4141
```
4242

4343
Creates a new instance of TeamsEnhancedEncryptionPolicy called ContosoPartnerTeamsEnhancedEncryptionPolicy and applies the provided values to its settings.
@@ -63,7 +63,22 @@ Accept wildcard characters: False
6363
```
6464
6565
### -CallingEndtoEndEncryptionEnabledType
66-
Determines whether End-to-end encrypted calling is available for the user in Teams. Set this to DisabledUserOverride to allow user to turn on End-to-end encrypted calls. Set this to Disabled to prohibit.
66+
Determines whether end-to-end encrypted calling is available for the user in Teams. Set this to DisabledUserOverride to allow user to turn on end-to-end encrypted calls. Set this to Disabled to prohibit.
67+
68+
```yaml
69+
Type: Enum
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: Disabled
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -MeetingEndToEndEncryption
81+
Determines whether end-to-end encrypted meetings are available in Teams ([requires a Teams Premium license](https://www.microsoft.com/en-us/microsoft-teams/premium)). Set this to DisabledUserOverride to allow users to schedule end-to-end encrypted meetings. Set this to Disabled to prohibit.
6782
6883
```yaml
6984
Type: Enum

0 commit comments

Comments
 (0)