Skip to content

Commit 5d6ce87

Browse files
authored
Merge branch 'main' into patch-52
2 parents 8418d75 + d5d1cac commit 5d6ce87

23 files changed

+355
-219
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
ms.date: 05/16/2025
2+
ms.date: 09/18/2025
33
---
44

55
# Overview
66

77
## Learn how to contribute
88

9-
Anyone who is interested can contribute to the articles. When you contribute, your work goes into the content set after it's been reviewed and merged. It's then published to [Microsoft Learn](https://learn.microsoft.com/), and you're listed as a contributor at: <https://github.com/MicrosoftDocs/office-docs-powershell/graphs/contributors>.
9+
Anyone interested can contribute to articles. When you contribute, your work goes into the content set after someone reviews and merges it. Your updates are published to [Microsoft Learn](https://learn.microsoft.com/), and you're listed as a contributor at: <https://github.com/MicrosoftDocs/office-docs-powershell/graphs/contributors>.
1010

11-
If you get stuck and are a Microsoft employee or vendor, post a message to [Ask an Admin](https://aka.ms/askanadmin).
11+
Microsoft employees or vendors who get stuck can post a question to [Ask an Admin](https://aka.ms/askanadmin).
1212

1313
### Quickly update an article using GitHub.com
1414

@@ -17,34 +17,34 @@ Contributors who make infrequent or small updates can edit the file directly on
1717
> [!TIP]
1818
> To edit an article, you need to get to it on the GitHub.com backend. If you're already on the GitHub.com page of the article, you're starting at step 4.
1919
>
20-
> Your permissions in the repo determine what you see in step 5 and later. People with no special privileges see the steps as described. People with permissions to approve their own pull requests see a similar experience with different button and page titles (for example, **Commit changes** instead of **Propose changes**), extra options for creating a new branch, and fewer confirmation pages. The point is: click any green buttons that are presented to you until there are no more.
20+
> Your permissions in the repo determine what you see in step 5 and later. People with no special privileges see the steps as described. People with permissions to approve their own pull requests see a similar experience with different button and page titles (for example, **Commit changes** instead of **Propose changes**), extra options for creating a new branch, and fewer confirmation pages. The point is: Select any green buttons presented to you until there are no more.
2121
22-
1. Verify that you're signed in to GitHub.com with your GitHub account.
23-
2. On learn.microsoft.com, find the article that you want to update.
24-
3. Above the title of the article, select ![Edit this document icon.](images/m365-cc-sc-edit-icon.png) **Edit this document**.
22+
1. Verify you're signed in to GitHub.com with your GitHub account.
23+
2. On learn.microsoft.com, find the article you want to update.
24+
3. Above the article title, select **** **More actions \> ![Edit icon.](images/quick-update-icon-learn-edit.png) **Edit**.
2525

26-
![Screenshot of how to select the Edit this document button on a learn.microsoft.com article.](images/quick-update-edit-button-on-learn-page.png)
26+
![Screenshot of how to select Edit on a learn.microsoft.com article.](images/quick-update-01-edit-button-on-learn-page.png)
2727

28-
4. The corresponding article file opens on GitHub. Select ![Edit icon.](images/quick-update-github-edit-icon.png) **Edit**.
28+
4. The corresponding article file opens on GitHub. Select ![Edit this file icon.](images/quick-update-icon-github-edit.png) **Edit this file**.
2929

30-
![Screenshot of how to select the Edit button on a GitHub article file.](images/quick-update-edit-button-on-github-page.png)
30+
![Screenshot of how to select Edit this file on a GitHub article file.](images/quick-update-02-edit-button-on-github-page.png)
3131

3232
5. If a **You need to fork this repository to propose changes** page opens, select **Fork this repository**.
3333

34-
![Screenshot of how to select Fork this repository on the You need to fork this repository to propose changes page.](images/quick-update-fork-this-repository-page.png)
34+
![Screenshot of how to select Fork this repository on the You need to fork this repository to propose changes page.](images/quick-update-03-fork-this-repository-page.png)
3535

3636
6. The article file opens in a line-numbered editor page where you can make updates.
3737

3838
Articles on learn.microsoft.com are formatted using the Markdown language. For help on using Markdown, see [Mastering Markdown](https://guides.github.com/features/mastering-markdown/).
3939

4040
> [!TIP]
41-
> Cmdlet reference articles follow a very strict schema with limited formatting options, because the articles are also converted and used for help at the command line (`Get-Help <CmdletName>`). Use existing content as a guide. For more information, see [platyPS Schema](https://github.com/PowerShell/platyPS/blob/master/docs/developer/platyPS/platyPS.schema.md).
41+
> Cmdlet reference articles follow a strict schema with limited formatting options, because the articles are also converted and used for help at the command line (`Get-Help <CmdletName>`). Use existing content as a guide. For more information, see [platyPS Schema](https://github.com/PowerShell/platyPS/blob/master/docs/developer/platyPS/platyPS.schema.md).
4242
4343
Select **Preview** to view your changes as you go. Select **Edit** to go back to making updates.
4444

4545
When you're finished making changes, select the green **Commit changes** button.
4646

47-
![Screenshot of how to select the green Commit changes button on the article editor page.](images/quick-update-editor-page.png)
47+
![Screenshot of how to select the green Commit changes button on the article editor page.](images/quick-update-04-github-editor-page.png)
4848

4949
7. In the **Propose changes** dialog that opens, review and/or enter the following values:
5050
- **Commit message**: This value is required. You can accept the default value ("Update \<filename\>") or you can change it.
@@ -54,37 +54,37 @@ Contributors who make infrequent or small updates can edit the file directly on
5454

5555
When you're finished on the **Propose changes** dialog, select the green **Propose changes** button.
5656

57-
![Screenshot of how to select the green Propose changes button in the Propose changes dialog.](images/quick-update-propose-changes-dialog.png)
57+
![Screenshot of how to select the green Propose changes button in the Propose changes dialog.](images/quick-update-05-propose-changes-dialog.png)
5858

5959
8. On the **Comparing changes** page that opens, select the green **Create pull request** button.
6060

61-
![Screenshot of how to select the green Create pull request button on the Comparing changes page.](images/quick-update-comparing-changes-page.png)
61+
![Screenshot of how to select the green Create pull request button on the Comparing changes page.](images/quick-update-06-comparing-changes-page.png)
6262

6363
9. On the **Open a pull request** page that opens, review the title and comments, and then select the green **Create pull request** button.
6464

65-
![Screenshot of how to select the green Create pull request button on the Open a pull request page.](images/quick-update-open-a-pull-request-page.png)
65+
![Screenshot of how to select the green Create pull request button on the Open a pull request page.](images/quick-update-07-open-a-pull-request-page.png)
6666

6767
10. That's it. There's nothing more for you to do.
6868

69-
The article owner (identified in metadata) is notified about the changes to the article. Eventually, the article owner or another party will review, possibly edit, and approve your changes. After your pull request is merged, the article is updated on learn.microsoft.com.
69+
The article owner (identified in metadata) is notified about the changes to the article. Eventually, the article owner or another party reviews, possibly edits, and approves your changes. After the reviewer merges your pull request, the article is updated on learn.microsoft.com.
7070

7171
## Microsoft Open Source Code of Conduct
7272

73-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
73+
This project adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
7474

7575
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any questions or comments.
7676

7777
### Contributing
7878

79-
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
79+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
8080

8181
When you submit a pull request, a CLA-bot automatically determines whether you need to provide a CLA and decorate the PR appropriately (for example, label, comment). Follow the instructions provided by the bot. You only need to do this step once across all repos using our CLA.
8282

8383
### Legal Notices
8484

8585
Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the [LICENSE-CODE](LICENSE-CODE) file.
8686

87-
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries/regions.
87+
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation might be either trademarks or registered trademarks of Microsoft in the United States and/or other countries/regions.
8888

8989
The licenses for this project don't grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at <https://go.microsoft.com/fwlink/?LinkID=254653>.
9090

exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ Accept wildcard characters: False
280280

281281
The TestCases parameter specifies the name of the test case to analyze. The available test cases and their required parameters are described in the following list:
282282

283-
- **Encryption_EvaluationDetails**: Validates email encryption evaluation details. No other parameters are required.
284-
- **Encryption_LicenseAvailability**: Checks email encryption configurations. No other parameters are required.
285-
- **MipLabels_EnabledEntities_ScopedLabels**: Shows the labels and label settings that apply to a user. Requires the UserPrincipalName parameter.
283+
- **Encryption_EvaluationDetails**: Validates email encryption evaluation details. No other parameters are required. Runs Test-IRMConfiguration cmdlet as part of its checks.
284+
- **Encryption_LicenseAvailability**: Checks email encryption configurations. No other parameters are required. Runs Get-IRMConfiguration, Get-RMSTemplate, Get-TransportRule, and Get-JournalRule cmdlets as part of its checks.
285+
- **MipLabels_EnabledEntities_ScopedLabels**: Shows the labels and label settings that apply to a user. Requires the UserPrincipalName parameter. Runs Get-Label and Get-LabelPolicy cmdlets as part of its checks.
286286
- **MipLabels_LicenseAvailability**: Verifies whether the MIP Label feature is enabled. No other parameters required.
287287
- **DlpAlerts_CheckAlertsCreated**: Validates the DLP rule configuration for alerts created in last 5 days. Requires the DateTimeUTC parameter. The RuleName parameter is optional.
288288
- **DlpAlerts_FindAlertForActivity**: Identifies missing alerts for an activity. Requires the DateTimeUTC parameter. The IncidentId and RecordId parameters are optional.

exchange/exchange-ps/ExchangePowerShell/Export-ContentExplorerData.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ title: Export-ContentExplorerData
1313
# Export-ContentExplorerData
1414

1515
## SYNOPSIS
16-
**Note**: This cmdlet is currently in Preview and is subject to change.
17-
1816
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1917

2018
Use the Export-ContentExplorerData cmdlet to export data classification file details in Microsoft Purview compliance.

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $guidVar = "e222b65a-b3a8-46ec-ae12-00c2c91b71c0"
104104
105105
$loc = "[{"Workload":"Applications","Location":"470f2276-e011-4e9d-a6ec-20768be3a4b0","Inclusions":[{Type:"Tenant", Identity:"All"}]}]"
106106
107-
New-DLPCompliancePolicy -Name "Copilot Policy" -Locations $loc
107+
New-DLPCompliancePolicy -Name "Copilot Policy" -Locations $loc -EnforcementPlanes @("CopilotExperiences")
108108
109109
$advRule = @{
110110
"Version" = "1.0"
@@ -137,7 +137,7 @@ $advRule = @{
137137
New-DLPComplianceRule -Name "Copilot Rule" -Policy "Copilot Policy" -AdvancedRule $advrule -RestrictAccess @(@{setting="ExcludeContentProcessing";value="Block"})
138138
```
139139

140-
This example creates a DLP policy for Microsoft 365 Copilot (Preview) in several steps:
140+
This example creates a DLP policy for Microsoft 365 Copilot in several steps:
141141

142142
- The first command returns information about all sensitivity labels. Select the GUID value of the sensitivity label that you want to use. For example, `e222b65a-b3a8-46ec-ae12-00c2c91b71c0`.
143143

@@ -320,10 +320,12 @@ The EnforcementPlanes parameter defines the layer where policy actions are run.
320320

321321
`-EnforcementPlanes @("<Value>")`.
322322

323-
Currently, supported values are:
323+
Valid values are:
324324

325-
- Entra: For use with policies applied to Entra-registered enterprise applications in the organization.
326325
- Browser: For use with policies applied to unmanaged cloud apps in Edge for Business.
326+
- CopilotExperiences
327+
- Entra: For use with policies applied to Entra-registered enterprise applications in the organization.
328+
- Network
327329

328330
```yaml
329331
Type: MultiValuedProperty
@@ -548,7 +550,7 @@ Accept wildcard characters: False
548550
The Locations parameter specifies to whom, what, and where the DLP policy applies. This parameter uses the following properties:
549551

550552
- Workload: What the DLP policy applies to. Use the value `Applications`.
551-
- Location: Where the DLP policy applies. For Microsoft 365 Copilot, (Preview), use the value `470f2276-e011-4e9d-a6ec-20768be3a4b0`.
553+
- Location: Where the DLP policy applies. For Microsoft 365 Copilot, use the value `470f2276-e011-4e9d-a6ec-20768be3a4b0`.
552554
- Inclusions: Who the DLP policy applies to. For users, use the email address in this syntax: `{Type:IndividualResource,Identity:<EmailAddress>}`. For security groups or distribution groups, use the ObjectId value of the group from the Microsoft Entra portal in this syntax: `{Type:Group,Identity:<ObjectId>}`. For the entire tenant, use this value: `{Type:"Tenant",Identity:"All"}`.
553555
- Exclusions: Exclude security groups, distribution groups, or users from the scope of this DLP policy. For users, use the email address in this syntax: `{Type:IndividualResource,Identity:<EmailAddress>}`. For groups, use the ObjectId value of the group from the Microsoft Entra portal in this syntax: `{Type:Group, Identity:<ObjectId>}`.
554556

exchange/exchange-ps/ExchangePowerShell/New-LabelPolicy.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ New-LabelPolicy -Name <String> -Labels <MultiValuedProperty>
2626
[-AdvancedSettings <PswsHashtable>]
2727
[-Comment <String>]
2828
[-Confirm]
29+
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
30+
[-ExchangeAdaptiveScopesException <MultiValuedProperty>]
2931
[-ExchangeLocation <MultiValuedProperty>]
3032
[-ExchangeLocationException <MultiValuedProperty>]
3133
[-Force]
@@ -189,6 +191,42 @@ Accept pipeline input: False
189191
Accept wildcard characters: False
190192
```
191193

194+
### -ExchangeAdaptiveScopes
195+
196+
> Applicable: Security & Compliance
197+
198+
{{ Fill ExchangeAdaptiveScopes Description }}
199+
200+
```yaml
201+
Type: MultiValuedProperty
202+
Parameter Sets: (All)
203+
Aliases:
204+
205+
Required: False
206+
Position: Named
207+
Default value: None
208+
Accept pipeline input: False
209+
Accept wildcard characters: False
210+
```
211+
212+
### -ExchangeAdaptiveScopesException
213+
214+
> Applicable: Security & Compliance
215+
216+
{{ Fill ExchangeAdaptiveScopesException Description }}
217+
218+
```yaml
219+
Type: MultiValuedProperty
220+
Parameter Sets: (All)
221+
Aliases:
222+
223+
Required: False
224+
Position: Named
225+
Default value: None
226+
Accept pipeline input: False
227+
Accept wildcard characters: False
228+
```
229+
192230
### -ExchangeLocation
193231

194232
> Applicable: Security & Compliance

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,10 +624,12 @@ The EnforcementPlanes parameter defines the layer where policy actions are run.
624624

625625
`-EnforcementPlanes @("<Value>")`.
626626

627-
Currently, supported values are:
627+
Valid values are:
628628

629-
- Entra: For use with policies applied to Entra-registered enterprise applications in the organization.
630629
- Browser: For use with policies applied to unmanaged cloud apps in Edge for Business.
630+
- CopilotExperiences
631+
- Entra: For use with policies applied to Entra-registered enterprise applications in the organization.
632+
- Network
631633

632634
```yaml
633635
Type: MultiValuedProperty

exchange/exchange-ps/ExchangePowerShell/Set-LabelPolicy.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Set-LabelPolicy [-Identity] <PolicyIdParameter>
5252
[-AdvancedSettings <PswsHashtable>]
5353
[-Comment <String>]
5454
[-Confirm]
55+
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
56+
[-ExchangeAdaptiveScopesException <MultiValuedProperty>]
5557
[-MigrationId <String>]
5658
[-NextLabelPolicy <PolicyIdParameter>]
5759
[-PolicyRBACScopes <MultiValuedProperty>]
@@ -477,6 +479,42 @@ Accept pipeline input: False
477479
Accept wildcard characters: False
478480
```
479481

482+
### -ExchangeAdaptiveScopes
483+
484+
> Applicable: Security & Compliance
485+
486+
{{ Fill ExchangeAdaptiveScopes Description }}
487+
488+
```yaml
489+
Type: MultiValuedProperty
490+
Parameter Sets: Identity
491+
Aliases:
492+
493+
Required: False
494+
Position: Named
495+
Default value: None
496+
Accept pipeline input: False
497+
Accept wildcard characters: False
498+
```
499+
500+
### -ExchangeAdaptiveScopesException
501+
502+
> Applicable: Security & Compliance
503+
504+
{{ Fill ExchangeAdaptiveScopesException Description }}
505+
506+
```yaml
507+
Type: MultiValuedProperty
508+
Parameter Sets: Identity
509+
Aliases:
510+
511+
Required: False
512+
Position: Named
513+
Default value: None
514+
Accept pipeline input: False
515+
Accept wildcard characters: False
516+
```
517+
480518
### -Force
481519

482520
> Applicable: Security & Compliance

images/m365-cc-sc-edit-icon.png

-634 Bytes
Binary file not shown.
-94 KB
Binary file not shown.
139 KB
Loading

0 commit comments

Comments
 (0)