Get-CsTeamsEnhancedEncryptionPolicy
Returns information about the teams enhanced encryption policies configured for use in your organization.
Syntax
Get-CsTeamsEnhancedEncryptionPolicy
[-LocalStore]
[[-Identity] <Object>]
[-Filter <Object>]
[<CommonParameters>]
Description
Returns information about the Teams enhanced encryption policies configured for use in your organization. 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.
Examples
EXAMPLE 1
PS C:\> Get-CsTeamsEnhancedEncryptionPolicy
The command shown in Example 1 returns information for all the teams enhanced encryption policies configured for use in the tenant.
EXAMPLE 2
PS C:\> Get-CsTeamsEnhancedEncryptionPolicy -Identity 'ContosoPartnerEnhancedEncryptionPolicy'
In Example 2, information is returned for a single teams enhanced encryption policy: the policy with the Identity ContosoPartnerEnhancedEncryptionPolicy.
Parameters
-Filter
If you don't know what policies have been pre-constructed, you can use filter to identify all policies available. This is a regex string against the name (Identity) of the pre-constructed policies.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
Unique identifier assigned to the Teams enhanced encryption policy.
Use the "Global" Identity if you wish to retrieve the policy set for the entire tenant.
Type: | XdsIdentity |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LocalStore
Internal Microsoft use only.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
System.Object