Skip to content

Commit fba5d05

Browse files
committed
Merge branch 'main' into 38-chrisda
2 parents 6897922 + 24a27d6 commit fba5d05

File tree

145 files changed

+2289
-2988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+2289
-2988
lines changed

.github/workflows/AutoPublish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ name: (Scheduled) Publish to live
33
permissions:
44
contents: write
55
pull-requests: write
6+
checks: read
67

78
on:
89
schedule:
9-
- cron: "25 5,11,17,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10+
- cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
1011

1112
workflow_dispatch:
1213

1314
jobs:
1415

1516
auto-publish:
1617
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
17-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublish.yml@workflows-prod
18+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod
1819
with:
1920
PayloadJson: ${{ toJSON(github) }}
2021
EnableAutoPublish: true
22+
EnableAutoMerge: true
2123

2224
secrets:
2325
AccessToken: ${{ secrets.GITHUB_TOKEN }}

.openpublishing.publish.config.json

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"monikerPath": [
27-
"mapping/monikerMapping.json"
27+
"mapping/MAML2Yaml/monikerMapping.json"
2828
]
2929
},
3030
{
@@ -46,7 +46,7 @@
4646
"template_folder": "_themes",
4747
"version": 0,
4848
"monikerPath": [
49-
"mapping/monikerMapping.json"
49+
"mapping/MAML2Yaml/monikerMapping.json"
5050
]
5151
},
5252
{
@@ -73,7 +73,7 @@
7373
]
7474
},
7575
"monikerPath": [
76-
"mapping/monikerMapping.json"
76+
"mapping/MAML2Yaml/monikerMapping.json"
7777
]
7878
},
7979
{
@@ -95,28 +95,9 @@
9595
"template_folder": "_themes",
9696
"version": 0,
9797
"monikerPath": [
98-
"mapping/monikerMapping.json"
98+
"mapping/MAML2Yaml/monikerMapping.json"
9999
]
100100
},
101-
{
102-
"docset_name": "staffhub-ps",
103-
"build_source_folder": "staffhub",
104-
"build_output_subfolder": "staffhub-ps",
105-
"locale": "en-us",
106-
"monikers": [],
107-
"moniker_ranges": [],
108-
"open_to_public_contributors": true,
109-
"type_mapping": {
110-
"Conceptual": "Content",
111-
"ManagedReference": "Content",
112-
"RestApi": "Content",
113-
"PowershellModule": "Content",
114-
"PowershellCmdlet": "Content"
115-
},
116-
"build_entry_point": "docs",
117-
"template_folder": "_themes",
118-
"version": 0
119-
},
120101
{
121102
"docset_name": "teams-ps",
122103
"build_source_folder": "teams",
@@ -141,7 +122,7 @@
141122
]
142123
},
143124
"monikerPath": [
144-
"mapping/monikerMapping.json"
125+
"mapping/MAML2Yaml/monikerMapping.json"
145126
]
146127
},
147128
{
@@ -168,7 +149,7 @@
168149
]
169150
},
170151
"monikerPath": [
171-
"mapping/monikerMapping.json"
152+
"mapping/MAML2Yaml/monikerMapping.json"
172153
]
173154
}
174155
],

.openpublishing.redirection.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7148,6 +7148,66 @@
71487148
"redirect_url": "/viva/feature-access-management",
71497149
"redirect_document_id": false
71507150
},
7151+
{
7152+
"source_path": "exchange/virtual-folder/exchange/Get-AuditConfigurationPolicy.md",
7153+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7154+
"redirect_document_id": false
7155+
},
7156+
{
7157+
"source_path": "exchange/virtual-folder/exchange/New-AuditConfigurationPolicy.md",
7158+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7159+
"redirect_document_id": false
7160+
},
7161+
{
7162+
"source_path": "exchange/virtual-folder/exchange/Remove-AuditConfigurationPolicy.md",
7163+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7164+
"redirect_document_id": false
7165+
},
7166+
{
7167+
"source_path": "exchange/virtual-folder/exchange/Get-AuditConfigurationRule.md",
7168+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7169+
"redirect_document_id": false
7170+
},
7171+
{
7172+
"source_path": "exchange/virtual-folder/exchange/New-AuditConfigurationRule.md",
7173+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7174+
"redirect_document_id": false
7175+
},
7176+
{
7177+
"source_path": "exchange/virtual-folder/exchange/Remove-AuditConfigurationRule.md",
7178+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7179+
"redirect_document_id": false
7180+
},
7181+
{
7182+
"source_path": "exchange/virtual-folder/exchange/Set-AuditConfigurationRule.md",
7183+
"redirect_url": "/powershell/module/exchange/set-protectionalert",
7184+
"redirect_document_id": false
7185+
},
7186+
{
7187+
"source_path": "exchange/virtual-folder/exchange/Get-ActivityAlert.md",
7188+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7189+
"redirect_document_id": false
7190+
},
7191+
{
7192+
"source_path": "exchange/virtual-folder/exchange/New-ActivityAlert.md",
7193+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7194+
"redirect_document_id": false
7195+
},
7196+
{
7197+
"source_path": "exchange/virtual-folder/exchange/Remove-ActivityAlert.md",
7198+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7199+
"redirect_document_id": false
7200+
},
7201+
{
7202+
"source_path": "exchange/virtual-folder/exchange/Set-ActivityAlert.md",
7203+
"redirect_url": "/powershell/module/exchange/set-protectionalert",
7204+
"redirect_document_id": false
7205+
},
7206+
{
7207+
"source_path": "exchange/virtual-folder/exchange/Remove-RecordLabel.md",
7208+
"redirect_url": "/powershell/module/exchange/remove-label",
7209+
"redirect_document_id": false
7210+
},
71517211
{
71527212
"source_path": "skype/virtual-folder/skype/Disable-CsOnlineSipDomain.md",
71537213
"redirect_url": "/powershell/module/teams/Disable-CsOnlineSipDomain",

README.md

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

55
# Overview
@@ -8,6 +8,8 @@ ms.date: 9/15/2023
88

99
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>.
1010

11+
If you get stuck and are a Microsoft employee or vendor, post a message to [Ask an Admin](https://aka.ms/askanadmin).
12+
1113
### Quickly update an article using GitHub.com
1214

1315
Contributors who make infrequent or small updates can edit the file directly on GitHub.com without installing any software. This article shows you how. [This two-minute video](https://learn-video.azurefd.net/vod/player?id=b5167c5a-9c69-499b-99ac-e5467882bc92) also covers how to contribute.
@@ -21,44 +23,48 @@ Contributors who make infrequent or small updates can edit the file directly on
2123
2. On learn.microsoft.com, find the article that you want to update.
2224
3. Above the title of the article, select ![Edit this document icon.](images/m365-cc-sc-edit-icon.png) **Edit this document**.
2325

24-
![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 the Edit this document button on a learn.microsoft.com article.](images/quick-update-edit-button-on-learn-page.png)
27+
28+
4. The corresponding article file opens on GitHub. Select ![Edit icon.](images/quick-update-github-edit-icon.png) **Edit**.
29+
30+
![Screenshot of how to select the Edit button on a GitHub article file.](images/quick-update-edit-button-on-github-page.png)
2531

26-
4. The corresponding article file opens on GitHub. Select ![Edit this file icon.](images/m365-cc-sc-edit-icon.png) **Edit this file**.
32+
5. If a **You need to fork this repository to propose changes** page opens, select **Fork this repository**.
2733

28-
![Edit this document button on a GitHub article file.](images/quick-update-edit-button-on-github-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-fork-this-repository-page.png)
2935

30-
5. The article file opens in a line-numbered editor page where you can make updates.
36+
6. The article file opens in a line-numbered editor page where you can make updates.
3137

3238
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/).
3339

3440
> [!TIP]
35-
> 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 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).
3642
3743
Select **Preview** to view your changes as you go. Select **Edit** to go back to making updates.
3844

3945
When you're finished making changes, select the green **Commit changes** button.
4046

41-
![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-editor-page.png)
4248

43-
6. In the **Propose changes** dialog that opens, review and/or enter the following values:
49+
7. In the **Propose changes** dialog that opens, review and/or enter the following values:
4450
- **Commit message**: This value is required. You can accept the default value ("Update \<filename\>") or you can change it.
4551
- **Extended description**: This value is optional. For example:
4652
- An explanation of the changes.
4753
- @ include the GitHub alias of someone to review and merge your changes.
4854

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

51-
![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-propose-changes-dialog.png)
5258

53-
7. On the **Comparing changes** page that opens, select the green **Create pull request** button.
59+
8. On the **Comparing changes** page that opens, select the green **Create pull request** button.
5460

55-
![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-comparing-changes-page.png)
5662

57-
8. On the **Open a pull request** page that opens, review the title and comments, and then select the green **Create pull request** button.
63+
9. On the **Open a pull request** page that opens, review the title and comments, and then select the green **Create pull request** button.
5864

59-
![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-open-a-pull-request-page.png)
6066

61-
9. That's it. There's nothing more for you to do.
67+
10. That's it. There's nothing more for you to do.
6268

6369
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.
6470

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: About the Exchange Online PowerShell V3 module
33
ms.author: chrisda
44
author: chrisda
55
manager: deniseb
6-
ms.date: 05/07/2025
6+
ms.date: 06/23/2025
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -613,12 +613,22 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo
613613

614614
### Current release
615615

616-
#### Version 3.7.2
616+
#### Version 3.8.0
617617

618-
- The _DisableWAM_ switch is available on the **Connect-ExchangeOnline** cmdlet to disable Web Account Manager (WAM) if you get WAM-related connection errors.
618+
- Support for providing an access token with **Connect-IPPSSession**.
619+
- **Get-VivaModuleFeature** now returns information about ParentFeature, ChildFeature, and PolicyModes. These values represents parent and child features of a Viva app feature along with available enablement modes for future policies.
620+
- New parameters _IsUserOptedInByDefault_ on the **Add-VivaModuleFeaturePolicy** and **Update-VivaModuleFeaturePolicy** cmdlets and the corresponding property value in all **\*-VivaModuleFeaturePolicy** cmdlets. The value indicates if users are opted in or out by the policy, as long as the user hasn't set a preference.
621+
622+
You can use this parameter to keep the feature enabled in your organization while opting out the impacted users by default, effectively soft disabling the feature for those users.
623+
624+
- Deprecated the **Get-VivaFeatureCategory** cmdlet, all category-related parameters, and return values (_CategoryId_, _IsCategoryEnabled_).
619625

620626
### Previous releases
621627

628+
#### Version 3.7.2
629+
630+
- The _DisableWAM_ switch is available on the **Connect-ExchangeOnline** cmdlet to disable Web Account Manager (WAM) if you get WAM-related connection errors.
631+
622632
#### Version 3.7.1
623633

624634
- Added a new property named `ExoExchangeSecurityDescriptor` to the output of **Get-EXOMailbox** that's similar to the `ExchangeSecurityDescriptor` property in the output of **Get-Mailbox**.

exchange/docs-conceptual/whats-new-in-the-exo-module.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What's new in the Exchange Online PowerShell module
33
ms.author: chrisda
44
author: chrisda
55
manager: deniseb
6-
ms.date: 03/26/2025
6+
ms.date: 06/23/2025
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -22,6 +22,12 @@ description: "Learn about the new features and functionality available in the la
2222

2323
This article lists new features in the Exchange Online PowerShell module that's used for connecting to Exchange Online PowerShell, Security & Compliance PowerShell, and standalone Exchange Online Protection (EOP) PowerShell. Features that are currently in preview are denoted with **(preview)**.
2424

25+
## May 2025
26+
27+
- [Version 3.8.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.8.0)
28+
29+
- For information about what's in this release, see [Version 3.8.0](exchange-online-powershell-v2.md#version-380).
30+
2531
## March 2025
2632

2733
- [Version 3.7.2](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.1)

exchange/exchange-ps/exchange/Add-MailboxPermission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Ex
420420
421421
Required: False
422422
Position: Named
423-
Default value: None
423+
Default value: All
424424
Accept pipeline input: False
425425
Accept wildcard characters: False
426426
```

exchange/exchange-ps/exchange/Export-ActivityExplorerData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
408408
## OUTPUTS
409409

410410
## NOTES
411-
- The date-time field exported via this cmdlet is in UTC timezone.
411+
The date-time field exported via this cmdlet is in Coordinated Universal Time (UTC).
412412

413413
## RELATED LINKS

exchange/exchange-ps/exchange/Get-ActivityAlert.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)