Skip to content

Commit 2b054ce

Browse files
authored
Merge pull request MicrosoftDocs#7139 from tydakuja/patch-19
Update Set-M365DataAtRestEncryptionPolicy.md
2 parents 1156c46 + f7f7bbc commit 2b054ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

exchange/exchange-ps/exchange/Set-M365DataAtRestEncryptionPolicy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
6666

6767
### Example 1
6868
```powershell
69-
Set-M365DataAtRestEncryptionPolicy -Identity "US Mailboxes" -Enabled $false
69+
Set-M365DataAtRestEncryptionPolicy -Identity "Tenant Default Policy" -Enabled $false
7070
```
7171

72-
This example disabled the data-at-rest encryption policy named US Mailboxes.
72+
This example disabled the Microsoft 365 data-at-rest encryption policy named Tenant Default Policy.
7373

7474
### Example 2
7575
```powershell
76-
Set-M365DataAtRestEncryptionPolicy -Identity "Europe Mailboxes" -Refresh
76+
Set-M365DataAtRestEncryptionPolicy -Identity "Tenant Default Policy" -Refresh
7777
```
7878

79-
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.
79+
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.
8080

8181
## PARAMETERS
8282

@@ -187,7 +187,7 @@ Accept wildcard characters: False
187187
```
188188

189189
### -Name
190-
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 (").
190+
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 (").
191191

192192
```yaml
193193
Type: String
@@ -203,7 +203,7 @@ Accept wildcard characters: False
203203
```
204204

205205
### -Refresh
206-
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.
206+
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.
207207

208208
```yaml
209209
Type: SwitchParameter

0 commit comments

Comments
 (0)