Skip to content

Commit 93a1225

Browse files
authored
Merge pull request #12791 from MicrosoftDocs/chrisda
SPO to SP and ODfB to OD
2 parents 963fb63 + 17d2aaf commit 93a1225

31 files changed

+128
-128
lines changed

exchange/exchange-ps/exchange/Get-AutoSensitivityLabelPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
```
100100
101101
### -IncludeProgressFeedback
102-
IncludeProgressFeedback specifies whether to include the labeling progress of files in SharePoint Online or OneDrive for Business. You don't need to specify a value with this switch.
102+
IncludeProgressFeedback specifies whether to include the labeling progress of files in SharePoint or OneDrive. You don't need to specify a value with this switch.
103103
104104
If you use this switch, the command shows the progress of files to be labeled, files labeled in the last 7 days, and total files labeled for enabled auto-labeling policies.
105105

exchange/exchange-ps/exchange/Get-ComplianceSecurityFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is functional only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Get-ComplianceSecurityFilter cmdlet to view compliance security filters in the Microsoft Purview compliance portal. These filters allow specified users to search only a subset of mailboxes and SharePoint Online or OneDrive for Business sites in your Microsoft 365 organization.
17+
Use the Get-ComplianceSecurityFilter cmdlet to view compliance security filters in the Microsoft Purview compliance portal. These filters allow specified users to search only a subset of mailboxes and SharePoint or OneDrive sites in your Microsoft 365 organization.
1818

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

exchange/exchange-ps/exchange/Get-DlpDetailReport.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.reviewer:
1616

1717
This cmdlet is available only in the cloud-based service.
1818

19-
Use the Get-DlpDetailReport cmdlet to list details about data loss prevention (DLP) rule matches for Exchange Online, SharePoint Online, and OneDrive for Business in your cloud-based organization for the last 30 days.
19+
Use the Get-DlpDetailReport cmdlet to list details about data loss prevention (DLP) rule matches for Exchange Online, SharePoint, and OneDrive in your cloud-based organization for the last 30 days.
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

@@ -231,8 +231,8 @@ Accept wildcard characters: False
231231
The Source parameter filters the report by workload. Valid values are:
232232

233233
- EXCH: Exchange Online
234-
- ODB: OneDrive for Business
235-
- SPO: SharePoint Online
234+
- ODB: OneDrive
235+
- SPO: SharePoint
236236

237237
You can specify multiple values separated by commas.
238238

exchange/exchange-ps/exchange/Get-DlpDetectionsReport.md

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

1717
**Note**: This cmdlet will be retired. Use the [Export-ActivityExplorerData](https://learn.microsoft.com/powershell/module/exchange/export-activityexplorerdata) cmdlet to view DLP information. Data from Export-ActivityExplorerData is the same as the retired Get-DlpIncidentDetailReport cmdlet.
1818

19-
Use the Get-DlpDetectionsReport cmdlet to list a summary of data loss prevention (DLP) rule matches for Exchange Online, SharePoint Online and OneDrive for Business in your cloud-based organization for the last 30 days.
19+
Use the Get-DlpDetectionsReport cmdlet to list a summary of data loss prevention (DLP) rule matches for Exchange Online, SharePoint and OneDrive in your cloud-based organization for the last 30 days.
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

@@ -246,8 +246,8 @@ Accept wildcard characters: False
246246
The Source parameter filters the report by workload. Valid values are:
247247

248248
- EXCH: Exchange Online
249-
- ODB: OneDrive for Business
250-
- SPO: SharePoint Online
249+
- ODB: OneDrive
250+
- SPO: SharePoint
251251

252252
You can specify multiple values separated by commas.
253253

exchange/exchange-ps/exchange/Get-DlpIncidentDetailReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ Accept wildcard characters: False
235235
The Source parameter filters the report by workload. Valid values are:
236236

237237
- EXCH: Exchange Online
238-
- ODB: OneDrive for Business
239-
- SPO: SharePoint Online
238+
- ODB: OneDrive
239+
- SPO: SharePoint
240240
- TEAMS
241241

242242
You can specify multiple values separated by commas.

exchange/exchange-ps/exchange/Install-UnifiedCompliancePrerequisite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Install-UnifiedCompliancePrerequisite cmdlet to view, create, or configure the Compliance Policy Center in Microsoft SharePoint Online. The Compliance Policy Center is a site collection that's used by the Microsoft Purview compliance portal to store preservation policies that act on content in SharePoint Online sites.
17+
Use the Install-UnifiedCompliancePrerequisite cmdlet to view, create, or configure the Compliance Policy Center in Microsoft SharePoint. The Compliance Policy Center is a site collection that's used by the Microsoft Purview compliance portal to store preservation policies that act on content in SharePoint sites.
1818

1919
Typically, you don't need to run this cmdlet. You use this cmdlet for troubleshooting and diagnostics.
2020

@@ -52,7 +52,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
5252
Install-UnifiedCompliancePrerequisite
5353
```
5454

55-
This example creates the Compliance Policy Center in SharePoint Online. If it has already been created, the command displays the current configuration information.
55+
This example creates the Compliance Policy Center in SharePoint. If it has already been created, the command displays the current configuration information.
5656

5757
### Example 2
5858
```powershell

exchange/exchange-ps/exchange/Invoke-HoldRemovalAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Accept wildcard characters: False
153153
```
154154

155155
### -SharePointLocation
156-
The SharePointLocation parameter specifies the URL of the SharePoint Online site that contains the holds to view or remove.
156+
The SharePointLocation parameter specifies the URL of the SharePoint site that contains the holds to view or remove.
157157

158158
This parameter is required when you use the value GetHolds or RemoveHold for the Action parameter.
159159

exchange/exchange-ps/exchange/New-AutoSensitivityLabelPolicy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
6666
New-AutoSensitivityLabelPolicy -Name "GlobalPolicy" -Comment "Primary policy" -SharePointLocation "https://my.url","https://my.url2" -OneDriveLocation "https://my.url3","https://my.url4" -Mode TestWithoutNotifications -ApplySensitivityLabel "Test"
6767
```
6868

69-
This example creates an auto-labeling policy named GlobalPolicy for the specified SharePoint Online and OneDrive for Business locations with the label "Test". The new policy has a descriptive comment and will be in simulation mode on creation.
69+
This example creates an auto-labeling policy named GlobalPolicy for the specified SharePoint and OneDrive locations with the label "Test". The new policy has a descriptive comment and will be in simulation mode on creation.
7070

7171
## PARAMETERS
7272

@@ -138,9 +138,9 @@ Accept wildcard characters: False
138138
```
139139

140140
### -ExceptIfOneDriveSharedBy
141-
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude from the policy (the sites of the OneDrive for Business user accounts are included in the policy). You identify the users by UPN ([email protected]).
141+
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude from the policy (the sites of the OneDrive user accounts are included in the policy). You identify the users by UPN (`[email protected]`).
142142

143-
To use this parameter, OneDrive for Business sites need to be included in the policy (the OneDriveLocation parameter value is All, which is the default value).
143+
To use this parameter, OneDrive sites need to be included in the policy (the OneDriveLocation parameter value is All, which is the default value).
144144

145145
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
146146

@@ -436,7 +436,7 @@ Accept wildcard characters: False
436436
```
437437

438438
### -OneDriveLocation
439-
The OneDriveLocation parameter specifies the OneDrive for Business sites to include in the policy. You identify the site by its URL value, or you can use the value All to include all sites.
439+
The OneDriveLocation parameter specifies the OneDrive sites to include in the policy. You identify the site by its URL value, or you can use the value All to include all sites.
440440

441441
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
442442

@@ -454,7 +454,7 @@ Accept wildcard characters: False
454454
```
455455

456456
### -OneDriveLocationException
457-
This parameter specifies the OneDrive for Business sites to exclude when you use the value All for the OneDriveLocation parameter. You identify the site by its URL value.
457+
This parameter specifies the OneDrive sites to exclude when you use the value All for the OneDriveLocation parameter. You identify the site by its URL value.
458458

459459
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
460460

@@ -472,9 +472,9 @@ Accept wildcard characters: False
472472
```
473473

474474
### -OneDriveSharedBy
475-
The OneDriveSharedBy parameter specifies the users to include in the policy (the sites of the OneDrive for Business user accounts are included in the policy). You identify the users by UPN ([email protected]).
475+
The OneDriveSharedBy parameter specifies the users to include in the policy (the sites of the OneDrive user accounts are included in the policy). You identify the users by UPN (`[email protected]`).
476476

477-
To use this parameter, OneDrive for Business sites need to be included in the policy (the OneDriveLocation parameter value is All, which is the default value).
477+
To use this parameter, OneDrive sites need to be included in the policy (the OneDriveLocation parameter value is All, which is the default value).
478478

479479
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
480480

@@ -613,9 +613,9 @@ Accept wildcard characters: False
613613
```
614614

615615
### -SharePointLocation
616-
The SharePointLocation parameter specifies the SharePoint Online sites to include in the policy. You identify the site by its URL value, or you can use the value All to include all sites.
616+
The SharePointLocation parameter specifies the SharePoint sites to include in the policy. You identify the site by its URL value, or you can use the value All to include all sites.
617617

618-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`. SharePoint Online sites can't be added to a policy until they have been indexed.
618+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`. SharePoint sites can't be added to a policy until they have been indexed.
619619

620620
```yaml
621621
Type: MultiValuedProperty
@@ -631,7 +631,7 @@ Accept wildcard characters: False
631631
```
632632

633633
### -SharePointLocationException
634-
This parameter specifies the SharePoint Online sites to exclude when you use the value All for the SharePointLocation parameter. You identify the site by its URL value.
634+
This parameter specifies the SharePoint sites to exclude when you use the value All for the SharePointLocation parameter. You identify the site by its URL value.
635635

636636
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
637637

exchange/exchange-ps/exchange/New-CaseHoldPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
4848
New-CaseHoldPolicy -Name "Regulation 123 Compliance" -Case "123 Compliance Case" -ExchangeLocation "Kitty Petersen", "Scott Nakamura" -SharePointLocation "https://contoso.sharepoint.com/sites/teams/finance"
4949
```
5050

51-
This example creates a case hold policy named "Regulation 123 Compliance" for the mailboxes of Kitty Petersen and Scott Nakamura, and the finance SharePoint Online site for the eDiscovery case named "123 Compliance Case".
51+
This example creates a case hold policy named "Regulation 123 Compliance" for the mailboxes of Kitty Petersen and Scott Nakamura, and the finance SharePoint site for the eDiscovery case named "123 Compliance Case".
5252

5353
Remember, after you create the policy, you need to create a rule for the policy by using the New-CaseHoldRule cmdlet.
5454

@@ -209,7 +209,7 @@ Accept wildcard characters: False
209209
```
210210

211211
### -SharePointLocation
212-
The SharePointLocation parameter specifies the SharePoint Online and OneDrive for Business sites to include. You identify a site by its URL value.
212+
The SharePointLocation parameter specifies the SharePoint and OneDrive sites to include. You identify a site by its URL value.
213213

214214
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
215215

exchange/exchange-ps/exchange/New-ComplianceRetentionEvent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Accept wildcard characters: False
7171
```
7272
7373
### -AssetId
74-
The AssetId parameter specifies the Property:Value pair found in the properties of SharePoint or OneDrive for Business documents that's used for retention. For example:
74+
The AssetId parameter specifies the Property:Value pair found in the properties of SharePoint or OneDrive documents that's used for retention. For example:
7575
7676
- Product codes that you can use to retain content for only a specific product.
7777
- Project codes that you can use to retain content for only a specific project.
@@ -226,7 +226,7 @@ Accept wildcard characters: False
226226
```
227227

228228
### -SharePointAssetIdQuery
229-
The SharePointAssetIdQuery parameter specifies one or more the Property:Value pairs that you've specified in the properties (also known as Columns) of SharePoint and OneDrive for Business documents to scope the compliance retention event.
229+
The SharePointAssetIdQuery parameter specifies one or more the Property:Value pairs that you've specified in the properties (also known as Columns) of SharePoint and OneDrive documents to scope the compliance retention event.
230230

231231
```yaml
232232
Type: String

0 commit comments

Comments
 (0)