Skip to content

Commit 88e95ae

Browse files
authored
Merge branch 'main' into patch-1
2 parents 41c8f8a + 651df1d commit 88e95ae

File tree

238 files changed

+2378
-1393
lines changed

Some content is hidden

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

238 files changed

+2378
-1393
lines changed

.openpublishing.redirection.teams.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3014,6 +3014,11 @@
30143014
"source_path": "teams/virtual-folder/teams/index.md",
30153015
"redirect_url": "/powershell/module/microsoftteams/",
30163016
"redirect_document_id": true
3017+
},
3018+
{
3019+
"source_path": "teams/virtual-folder/MicrosoftTeams/Set-CsGroupPolicyAssignment.md",
3020+
"redirect_url": "/powershell/module/microsoftteams/",
3021+
"redirect_document_id": false
30173022
}
30183023
]
30193024
}

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/docs-conceptual/connect-exo-powershell-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ After you've successfully created the PowerShell runbook, do the following steps
131131
3. On the **Runbooks** flyout that opens, select the runbook.
132132
4. On the details page of the runbook, select **Start**.
133133

134-
### Connect to Exchange Online PowerShell using Azure VMs with system-assigned managed identities
134+
### Connect to Exchange Online PowerShell using Azure VMs with user-assigned managed identities
135135

136136
In a Windows PowerShell window in the Azure VM, use the command as described in the beginning of this section. For example:
137137

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

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,15 @@ The module is supported in the following versions of macOS:
228228
- **macOS 13 Ventura or later**:
229229

230230
|Module version|PowerShell version|
231-
|3.5.0 or later|7.4.0|
231+
|---|---|
232+
|3.5.0 or later|7.4.0 or later|
232233

233-
PowerShell 7.4.0 is the minimum supported version of PowerShell 7 in macOS 13 or later. Module versions 3.0.0 to 3.4.0 are also supported.
234+
7.4.0 is the minimum supported version of PowerShell 7 in macOS 13 or later. Module versions 3.0.0 to 3.4.0 are also supported.
234235

235236
- **macOS 12 Monterey** and **mac OS 11 Big Sur**:
236237

237238
|Module version|PowerShell version|
239+
|---|---|
238240
|3.5.0 or later|7.4.x|
239241
|3.0.0 to 3.4.0|7.2.0 to 7.3.7 (or later)|
240242
|2.0.4 and 2.0.5|7.0.3 to 7.1.5 (or later)|
@@ -243,7 +245,7 @@ The module is supported in the following versions of macOS:
243245

244246
Module versions 2.0.4 and 2.0.5 run natively on Intel processors. Apple M1 or Apple M2 processors require Apple Rosetta 2.
245247

246-
macOS 11 and macOS 12 don't support PowerShell 7.5.x.
248+
7.4.x is the latest supported version of PowerShell 7 in macOS 11 and macOS 12.
247249

248250
- **macOS 10.15 Catalina**:
249251

@@ -252,15 +254,15 @@ The module is supported in the following versions of macOS:
252254
|3.0.0 to 3.4.0|7.2.0 to 7.2.22|
253255
|2.0.4 and 2.0.5|7.0.3 to 7.1.5 (or later)|
254256

255-
macOS 10.15 doesn't support PowerShell 7.3.x.
257+
7.2.22 is the latest supported version of PowerShell 7 in macOS 10.15.
256258

257259
- **macOS 10.14 Mojave**
258260

259261
|Module version|PowerShell version|
260262
|---|---|
261263
|2.0.4 and 2.0.5|7.0.3 to 7.1.5|
262264

263-
macOS 10.14 doesn't support PowerShell 7.2.x.
265+
7.1.5 is the latest supported version of PowerShell 7 in macOS 10.14.
264266

265267
For instructions on installing PowerShell 7 on macOS, see [Installing PowerShell on macOS](/powershell/scripting/install/installing-powershell-core-on-macos).
266268

@@ -294,7 +296,7 @@ The module is officially supported in the following distributions of Linux:
294296

295297
|Module version|PowerShell version|
296298
|---|---|
297-
|3.5.0 or later|7.4.x or later|
299+
|3.5.0 or later|7.4.0 or later|
298300
|3.0.0 to 3.4.0|7.2.0 to 7.3.7 (or later)|
299301

300302
- **Ubuntu 20.04 LTS**
@@ -341,7 +343,7 @@ Now you can do the [regular PowerShell prerequisites](#prerequisites-for-the-exc
341343
- Current versions of Windows include the required versions of the .NET Framework, so you don't need to install the .NET Framework to use the module in Windows PowerShell 5.1.
342344

343345
- **PowerShell 7**:
344-
- Module versions 3.5.0 (May 2024) or later require PowerShell 7.4.0 (November 2023) or later due to .NET 8.0 assembly dependencies. Earlier versions of PowerShell 7 might encounter compatibility issues (PowerShell 7.3.6 is more compatible than 7.3.7).
346+
- Module versions 3.5.0 (May 2024) or later require PowerShell 7.4.0 (November 2023) or later due to .NET 8.0 assembly dependencies. Earlier versions of PowerShell 7 might encounter compatibility issues (PowerShell 7.3.6 is more compatible with the module than 7.3.7).
345347
- Module versions 3.0.0 (September 2022) to 3.4.0 (October 2023) require PowerShell 7.2.0 (November 2021) or later due to .NET 6.0 assembly dependencies in REST API cmdlets and connections.
346348
- Support for the module in PowerShell 7 started with version 2.0.4 (February 2021) in PowerShell 7.0.3 (July 2020).
347349

@@ -355,7 +357,7 @@ Specific module version support in Windows depends on Windows PowerShell support
355357
|3.5.0 or later|7.4.0 or later|.NET 8.0<br/>Included in 24H2 or later.|
356358
|3.0.0 to 3.4.0|7.2.0 to 7.3.7 (or later)|.NET 6.0 (7.2.x)<br/>.NET 7.0 (7.3.x)|
357359

358-
PowerShell 7.2.0 (.NET 6.0) is the earliest supported version in Windows 11.
360+
7.2.0 (.NET 6.0) is the earliest supported version of PowerShell 7 in Windows 11.
359361

360362
- **Windows Server 2022**:
361363

@@ -365,7 +367,7 @@ Specific module version support in Windows depends on Windows PowerShell support
365367
|3.5.0 or later|7.4.0 or later|.NET 8.0|
366368
|3.0.0 to 3.4.0|7.2.0 to 7.3.7 (or later)|.NET 6.0 (7.2.x)<br/>.NET 7.0 (7.3.x)|
367369

368-
PowerShell 7.2.0 (.NET 6.0) is the earliest supported version in Windows Server 2022.
370+
7.2.0 (.NET 6.0) is the earliest supported version of PowerShell 7 in Windows Server 2022.
369371

370372
- **Windows 10**:
371373

@@ -393,7 +395,7 @@ Specific module version support in Windows depends on Windows PowerShell support
393395
|3.0.0 to 3.4.0|7.2.x|.NET 6.0|
394396
|2.0.4 and 2.0.5|7.0.3 to 7.1.5 (or later)|.NET Core 3.1 (7.0.x)<br/>.NET 5.0 (7.1.x)|
395397

396-
PowerShell 7.2.22 (.NET 6.0) is the latest supported version in Windows 8.1, Windows Server 2012, and Windows Server 2012 R2.
398+
7.2.22 (.NET 6.0) is the latest supported version of PowerShell 7 in Windows 8.1, Windows Server 2012, and Windows Server 2012 R2.
397399

398400
- **Windows 7.1 SP1** and **Windows Server 2008 R2 SP1**:
399401

@@ -402,7 +404,7 @@ Specific module version support in Windows depends on Windows PowerShell support
402404
|2.0.3|5.1|.NET Framework 4.7.1|
403405

404406
> [!NOTE]
405-
> Although you can install this version of the module, you can't connect to Exchange Online PowerShell, because version 7.0.3 lacks support for REST API connections.
407+
> Although you can install this version of the module, you can't connect to Exchange Online PowerShell. Module version 2.0.3 lacks support for REST API connections.
406408
407409
### Prerequisites for the Exchange Online PowerShell module
408410

@@ -699,18 +701,22 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo
699701

700702
### Current release
701703

704+
#### Version 3.9.0
705+
706+
- New _EnableSearchOnlySession_ switch on **Connect-IPPSSession**, which enables certain eDiscovery cmdlets and related cmdlets that connect to other Microsoft 365 services.
707+
708+
### Previous releases
709+
702710
#### Version 3.8.0
703711

704-
- Support for providing an access token with **Connect-IPPSSession**.
712+
- New _AccessToken_ parameter on **Connect-IPPSSession**.
705713
- **Get-VivaModuleFeature** now returns information about ParentFeature, ChildFeature, and PolicyModes. These values represent parent and child features of a Viva app feature along with available enablement modes for future policies.
706714
- 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 doesn't set a preference.
707715

708716
You can use this parameter to keep the feature enabled in your organization while opting out the affected users by default, effectively soft disabling the feature for those users.
709717

710718
- Deprecated the **Get-VivaFeatureCategory** cmdlet, all category-related parameters, and return values (_CategoryId_, _IsCategoryEnabled_).
711719

712-
### Previous releases
713-
714720
#### Version 3.7.2
715721

716722
- The _DisableWAM_ switch is available on the **Connect-ExchangeOnline** cmdlet to disable Web Account Manager (WAM) if you get WAM-related connection errors.

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@ 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 used for connecting to Exchange Online PowerShell, Security & Compliance PowerShell, and Exchange Online Protection PowerShell for cloud protection of on-premises email environments. Features that are currently in preview are denoted with **(preview)**.
2424

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

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

29-
- For information about what's in this release, see [Version 3.8.0](exchange-online-powershell-v2.md#version-380).
35+
For information about what's in this release, see [Version 3.8.0](exchange-online-powershell-v2.md#version-380).
3036

3137
## March 2025
3238

exchange/exchange-ps/ExchangePowerShell/Add-RoleGroupMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This example finds all the mailboxes that are part of the Sales department and a
5959

6060
After you verify the correct members are added to the role group, remove the WhatIf switch and run the command again.
6161

62-
For more information about pipelining and the WhatIf parameter, see the following topics:
62+
For more information about pipelining and the WhatIf parameter, see the following articles:
6363

6464
- [About Pipelines](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines)
6565
- [WhatIf, Confirm and ValidateOnly switches](https://learn.microsoft.com/exchange/whatif-confirm-and-validateonly-switches-exchange-2013-help)

0 commit comments

Comments
 (0)