Skip to content

Commit d195528

Browse files
authored
Merge pull request #7124 from tydakuja/patch-15
Update New-M365DataAtRestEncryptionPolicy.md
2 parents e75afad + d7ea679 commit d195528

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/New-M365DataAtRestEncryptionPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17-
Use the New-M365DataAtRestEncryptionPolicy cmdlet to create a new Microsoft 365 data at rest encryption policy.
17+
Use the New-M365DataAtRestEncryptionPolicy cmdlet to create a new Microsoft 365 data-at-rest encryption policy.
1818

1919
**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).
2020

@@ -42,12 +42,12 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4242
New-M365DataAtRestEncryptionPolicy -Name "US Mailboxes" -AzureKeyIDs "https://contoso.vault.azure.net/keys/key1/",https://contoso.vault.azure.net/keys/key2/" -Description "Root key for mailboxes located in US territories"
4343
```
4444

45-
This example creates a data at rest encryption policy named US Mailboxes with the specified Azure Key Vault keys and description.
45+
This example creates a data-at-rest encryption policy named US Mailboxes with the specified Azure Key Vault keys and description.
4646

4747
## PARAMETERS
4848

4949
### -Name
50-
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 (").
50+
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 (").
5151

5252
```yaml
5353
Type: String

0 commit comments

Comments
 (0)