Skip to content

Commit 662f9d7

Browse files
committed
Minor wording fixes.
1 parent 5fb01a5 commit 662f9d7

10 files changed

+24
-25
lines changed

exchange/exchange-ps/exchange/Get-AccessToCustomerDataRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is available only in the cloud-based service.
1616

1717
Use the Get-AccessToCustomerDataRequest cmdlet to view Microsoft 365 Customer Lockbox requests that control access to your data by Microsoft support engineers.
1818

19-
**Note**: Customer Lockbox is included in the Microsoft 365 E5 plan. If you don't have a Microsoft 365 E5 plan, you can buy a separate Customer Lockbox subscription with any Microsoft 365 Enterprise plan.
19+
**Note**: Customer Lockbox is included in Microsoft 365 E5, or you can buy a separate Customer Lockbox subscription with any Microsoft 365 Enterprise plan.
2020

2121
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2222

exchange/exchange-ps/exchange/Get-CalendarDiagnosticLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ In the location you specify, a subfolder is automatically created for the specif
150150

151151
In on-premises Exchange organizations, you can use the Get-CalendarDiagnosticAnalysis cmdlet to analyze the exported .msg files.
152152

153-
**Note**: Commands that use this parameter might fail if the calendar item doesn't have a title. If you receive errors when you use this parameter, run the command again and replace this parameter with redirection to a file (| Set-Content -Path "C:\\My Documents\\Calendar Export") or substitute the output to a PowerShell variable.
153+
**Note**: Commands that use this parameter might fail if the calendar item doesn't have a title. If you receive errors when you use this parameter, run the command again and replace this parameter with redirection to a file (`| Set-Content -Path "C:\My Documents\Calendar Export"`) or substitute the output to a PowerShell variable.
154154

155155
```yaml
156156
Type: String

exchange/exchange-ps/exchange/Get-InformationBarrierRecipientStatus.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ This cmdlet is available only in Security & Compliance PowerShell. For more info
1616

1717
Use the Get-InformationBarrierRecipientStatus cmdlet to return information about recipients and their relationship to information barrier policies.
1818

19-
**Note**: This cmdlet doesn't work with information barriers in non-legacy mode. To determine your current mode, see [Check the IB mode for your organization
20-
](https://learn.microsoft.com/purview/information-barriers-multi-segment#check-the-ib-mode-for-your-organization). If you're in non-legacy mode, run the following command to get information about a single recipient: `Get-Recipient -Identity <IdentityValue> | Format-List Name,*segment*`. Similarly, to get the relationship information between two recipients, use the **Get-ExoInformationBarrierRelationship** cmdlet.
19+
**Note**: This cmdlet doesn't work with information barriers in non-legacy mode. To determine your current mode, see [Check the IB mode for your organization](https://learn.microsoft.com/purview/information-barriers-multi-segment#check-the-ib-mode-for-your-organization). If you're in non-legacy mode, run the following command to get information about a single recipient: `Get-Recipient -Identity <IdentityValue> | Format-List Name,*segment*`. Similarly, to get the relationship information between two recipients, use the **Get-ExoInformationBarrierRelationship** cmdlet.
2120

2221
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2322

exchange/exchange-ps/exchange/Get-ReviewItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $exportItems | ConvertFrom-Csv -Header $itemsPendingDisposition.Headers | Export
7979

8080
This example retrieves all items pending disposition for the label with the immutable ID value `a8cbeaac-e7aa-42ed-8dba-54200537c9c9`. If multiple pages of items exist, the command continues until no more pages exist. The results are exported to the specified CSV file.
8181

82-
**Note**: While the cmdlet does not impose any limit to the number of items/pages that can be retrieved, other throttling may occur. To prevent throttling while retrieving a large number of items, we recommended including breaks in your script. You can use the PagingCookie parameter to pick up where the script left off after a break.
82+
**Note**: Although this cmdlet doesn't limit the number of items/pages that can be retrieved, other throttling might occur. To prevent throttling while retrieving a large number of items, we recommended including breaks in your script. You can use the PagingCookie parameter to pick up where the script left off after a break.
8383

8484
## PARAMETERS
8585

exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
```
136136

137137
### -EndpointDlpLocation
138-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
138+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
139139

140140
The EndpointDLPLocation parameter specifies the user accounts to include in the DLP policy for Endpoint DLP when they are logged on to an onboarded device. You identify the account by name or email address. You can use the value All to include all user accounts.
141141

@@ -157,7 +157,7 @@ Accept wildcard characters: False
157157
```
158158

159159
### -EndpointDlpLocationException
160-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
160+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
161161

162162
The EndpointDlpLocationException parameter specifies the user accounts to exclude from Endpoint DLP when you use the value All for the EndpointDlpLocation parameter. You identify the account by name or email address.
163163

@@ -654,7 +654,7 @@ Accept wildcard characters: False
654654
```
655655

656656
### -ThirdPartyAppDlpLocation
657-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
657+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
658658

659659
The ThirdPartyAppDlpLocation parameter specifies the non-Microsoft cloud apps to include in the DLP policy. You can use the value All to include all connected apps.
660660

@@ -676,7 +676,7 @@ Accept wildcard characters: False
676676
```
677677

678678
### -ThirdPartyAppDlpLocationException
679-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
679+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
680680

681681
The ThirdPartyAppDlpLocationException parameter specifies the non-Microsoft cloud apps to exclude from the DLP policy when you use the value All for the ThirdPartyAppDlpLocation parameter.
682682

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ Accept wildcard characters: False
915915
```
916916

917917
### -EndpointDlpRestrictions
918-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
918+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
919919

920920
The EndpointDlpRestrictions parameter specifies the restricted endpoints for Endpoint DLP. This parameter uses the following syntax: `@(@{"Setting"="<Setting>"; "Value"="<Value>}",@{"Setting"="<Setting>"; "Value"="<Value>"},...)`.
921921

@@ -2405,7 +2405,7 @@ Accept wildcard characters: False
24052405
```
24062406

24072407
### -NotifyEndpointUser
2408-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
2408+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
24092409

24102410
{{ Fill NotifyEndpointUser Description }}
24112411

@@ -2994,7 +2994,7 @@ The SenderAddressLocation parameter specifies where to look for sender addresses
29942994
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
29952995
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
29962996

2997-
Note that message envelope searching is only available for the following conditions and exceptions:
2997+
Note that message envelope searching is available only for the following conditions and exceptions:
29982998

29992999
- From and ExceptIfFrom
30003000
- FromAddressContainsWords and ExceptIfFromAddressContainsWords

exchange/exchange-ps/exchange/Set-AccessToCustomerDataRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is available only in the cloud-based service.
1616

1717
Use the Set-AccessToCustomerDataRequest cmdlet to approve, deny, or cancel Microsoft 365 customer lockbox requests that control access to your data by Microsoft support engineers.
1818

19-
**Note**: Customer lockbox is included in the Microsoft 365 E5 plan. If you don't have a Microsoft 365 E5 plan, you can buy a separate customer lockbox subscription with any Microsoft 365 Enterprise plan.
19+
**Note**: Customer Lockbox is included in Microsoft 365 E5, or you can buy a separate Customer Lockbox subscription with any Microsoft 365 Enterprise plan.
2020

2121
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2222

exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Accept wildcard characters: False
150150
```
151151
152152
### -AddEndpointDlpLocation
153-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
153+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
154154
155155
The AddEndpointDLPLocation parameter specifies the user accounts to add to the list of included accounts for Endpoint DLP if you used the value All for the EndpointDLPLocation parameter. You identify the account by name or email address.
156156
@@ -172,7 +172,7 @@ Accept wildcard characters: False
172172
```
173173

174174
### -AddEndpointDlpLocationException
175-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
175+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
176176

177177
The AddEndpointDlpLocationException parameter specifies the user accounts to add to the list of excluded accounts for Endpoint DLP if you used the value All for the EndpointDLPLocation parameter. You identify the account by name or email address.
178178

@@ -430,7 +430,7 @@ Accept wildcard characters: False
430430
```
431431

432432
### -AddThirdPartyAppDlpLocation
433-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
433+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
434434

435435
The AddThirdPartyAppDlpLocation parameter specifies the non-Microsoft cloud apps to add to the list of included apps if you used the value All for the ThirdPartyAppDlpLocation parameter.
436436

@@ -452,7 +452,7 @@ Accept wildcard characters: False
452452
```
453453

454454
### -AddThirdPartyAppDlpLocationException
455-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
455+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
456456

457457
The AddThirdPartyAppDlpLocationException parameter specifies the non-Microsoft cloud apps to add to the list of excluded apps if you used the value All for the ThirdPartyAppDlpLocation parameter.
458458

@@ -764,7 +764,7 @@ Accept wildcard characters: False
764764
```
765765

766766
### -RemoveEndpointDlpLocation
767-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
767+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
768768

769769
The RemoveEndpointDlpLocation parameter specifies the user accounts to remove from the list of included accounts for Endpoint DLP if you used the value All for the EndpointDLPLocation parameter. You specify the account by name or email address.
770770

@@ -786,7 +786,7 @@ Accept wildcard characters: False
786786
```
787787

788788
### -RemoveEndpointDlpLocationException
789-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
789+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
790790

791791
The RemoveEndpointDlpLocation parameter specifies the user accounts to remove from the list of excluded accounts for Endpoint DLP if you used the value All for the EndpointDLPLocation parameter. You specify the account by name or email address.
792792

@@ -1022,7 +1022,7 @@ Accept wildcard characters: False
10221022
```
10231023

10241024
### -RemoveThirdPartyAppDlpLocation
1025-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
1025+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
10261026

10271027
The RemoveThirdPartyAppDlpLocation parameter specifies the non-Microsoft cloud apps to remove from the list of included apps if you used the value All for the ThirdPartyAppDlpLocation parameter.
10281028

@@ -1044,7 +1044,7 @@ Accept wildcard characters: False
10441044
```
10451045

10461046
### -RemoveThirdPartyAppDlpLocationException
1047-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
1047+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
10481048

10491049
The RemoveThirdPartyAppDlpLocationException parameter specifies the non-Microsoft cloud apps tp remove from the list of excluded apps if you used the value All for the ThirdPartyAppDlpLocation parameter.
10501050

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ Accept wildcard characters: False
847847
```
848848

849849
### -EndpointDlpRestrictions
850-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
850+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
851851

852852
The EndpointDlpRestrictions parameter specifies the restricted endpoints for Endpoint DLP. This parameter uses the following syntax: `@(@{"Setting"="<Setting>"; "Value"="<Value>}",@{"Setting"="<Setting>"; "Value"="<Value>"},...)`.
853853

@@ -2320,7 +2320,7 @@ Accept wildcard characters: False
23202320
```
23212321

23222322
### -NotifyEndpointUser
2323-
**Note**: This parameter requires membership in the Compliance administrator or Compliance data administrator roles in Azure Active Directory.
2323+
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Azure Active Directory.
23242324

23252325
{{ Fill NotifyEndpointUser Description }}
23262326

@@ -2909,7 +2909,7 @@ The SenderAddressLocation parameter specifies where to look for sender addresses
29092909
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
29102910
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
29112911

2912-
Note that message envelope searching is only available for the following conditions and exceptions:
2912+
Note that message envelope searching is available only for the following conditions and exceptions:
29132913

29142914
- From and ExceptIfFrom
29152915
- FromAddressContainsWords and ExceptIfFromAddressContainsWords

exchange/exchange-ps/exchange/Set-User.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ Accept wildcard characters: False
847847
```
848848

849849
### -PermanentlyClearPreviousMailboxInfo
850-
This parameter is not available or functional in on-premises Exchange. It is only available in Exchange Online.
850+
This parameter is functional only in the cloud-based service.
851851

852852
The PermanentlyClearPreviousMailboxInfo switch specifies whether to clear the Exchange Online mailbox attributes on a user. You don't need to specify a value with this switch.
853853

0 commit comments

Comments
 (0)