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 example updates the data-at-rest encryption policy named Europe Mailboxes after one of the associated keys has been rotated in the Azure Key Vault.
66
+
This example updates the Microsoft 365 data-at-rest encryption policy named Tenant Default Policy after one of the associated keys has been rotated in the Azure Key Vault.
The Name parameter specifies a unique name for the data-at-rest encryption policy. If the value contains spaces, enclose the value in quotation marks (").
177
+
The Name parameter specifies a unique name for the Microsoft 365 data-at-rest encryption policy. If the value contains spaces, enclose the value in quotation marks (").
Use the Refresh switch to update the data-at-rest encryption policy in Exchange Online after you rotate any of the associated keys in the Azure Key Vault. You don't need to specify a value with this switch.
193
+
Use the Refresh switch to update the Microsoft 365 data-at-rest encryption policy in Exchange Online after you rotate any of the associated keys in the Azure Key Vault. You don't need to specify a value with this switch.
This example assigns the data-at-rest encryption policy named Contoso Corporate.
39
+
This example assigns the Microsoft 365 data-at-rest encryption policy named Contoso Corporate.
40
40
41
41
## PARAMETERS
42
42
43
43
### -DataEncryptionPolicy
44
-
The DataEncryptionPolicy parameter specifies the data-at-rest encryption policy. You can use any value that uniquely identifies the policy. For example:
44
+
The DataEncryptionPolicy parameter specifies the Microsoft 365 data-at-rest encryption policy. You can use any value that uniquely identifies the policy. For example:
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Test-M365DataAtRestEncryptionPolicy.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.reviewer:
14
14
## SYNOPSIS
15
15
This cmdlet is available only in the cloud-based service.
16
16
17
-
Use the Test-M365DataAtRestEncryptionPolicy cmdlet to test an existing M365 data-at-rest encryption policy.
17
+
Use the Test-M365DataAtRestEncryptionPolicy cmdlet to test an existing Microsoft 365 data-at-rest encryption policy.
18
18
19
19
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
20
20
@@ -40,12 +40,12 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
This example tests the data-at-rest encryption policy named Contoso Corporate.
43
+
This example tests the Microsoft 365 data-at-rest encryption policy named Contoso Corporate.
44
44
45
45
## PARAMETERS
46
46
47
47
### -Identity
48
-
The Identity parameter specifies the data-at-rest encryption policy that you want to test. You can use any value that uniquely identifies the policy. For example:
48
+
The Identity parameter specifies the Microsoft 365 data-at-rest encryption policy that you want to test. You can use any value that uniquely identifies the policy. For example:
0 commit comments