Skip to content

Commit d668fa7

Browse files
authored
Merge pull request MicrosoftDocs#7134 from tydakuja/patch-18
Update Get-M365DataAtRestEncryptionPolicyAssignment.md
2 parents 85b4ac7 + 3116caa commit d668fa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/Get-M365DataAtRestEncryptionPolicyAssignment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-M365DataAtRestEncryptionPolicyAssignment [<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION
30-
This cmdlet lists the policy that's currently assigned to the tenant.
30+
This cmdlet lists the Microsoft 365 data-at-rest encryption policy that's currently assigned to the tenant.
3131

3232
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3333

@@ -38,14 +38,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3838
Get-M365DataAtRestEncryptionPolicyAssignment
3939
```
4040

41-
This example returns a summary list of all data-at-rest encryption policy assignments.
41+
This example returns a summary list of all Microsoft 365 data-at-rest encryption policy assignments.
4242

4343
### Example 2
4444
```powershell
4545
Get-M365DataAtRestEncryptionPolicyAssignment | Format-List
4646
```
4747

48-
This example returns detailed information for all data-at-rest encryption policy assignments.
48+
This example returns detailed information for all Microsoft 365 data-at-rest encryption policy assignments.
4949

5050
### CommonParameters
5151
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).

0 commit comments

Comments
 (0)