Skip to content

Commit aa75ffc

Browse files
authored
Merge pull request #11260 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents ffd1f43 + a064254 commit aa75ffc

File tree

5 files changed

+24
-11
lines changed

5 files changed

+24
-11
lines changed

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

Lines changed: 13 additions & 6 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: dansimp
6-
ms.date: 9/1/2023
6+
ms.date: 9/11/2023
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -184,8 +184,8 @@ Miscellaneous Exchange Online cmdlets that happen to be in the module are listed
184184
|---|---|
185185
|[Get-DefaultTenantBriefingConfig](/powershell/module/exchange/get-defaulttenantbriefingconfig)|Available in v3.2.0 or later.|
186186
|[Set-DefaultTenantBriefingConfig](/powershell/module/exchange/set-defaulttenantbriefingconfig)|Available in v3.2.0 or later.|
187-
|[Get-DefaultTenantMyAnalyticsFeatureConfig](/powershell/module/exchange/get-defaulttenantmyanalyticsfeatureconfig)|Available in v3.2.0.|
188-
|[Set-DefaultTenantMyAnalyticsFeatureConfig](/powershell/module/exchange/set-defaulttenantmyanalyticsfeatureconfig)|Available in v3.2.0.|
187+
|[Get-DefaultTenantMyAnalyticsFeatureConfig](/powershell/module/exchange/get-defaulttenantmyanalyticsfeatureconfig)|Available in v3.2.0 or later.|
188+
|[Set-DefaultTenantMyAnalyticsFeatureConfig](/powershell/module/exchange/set-defaulttenantmyanalyticsfeatureconfig)|Available in v3.2.0 or later.|
189189
|[Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
190190
|[Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
191191
|[Get-UserBriefingConfig](/powershell/module/exchange/get-userbriefingconfig)|Replaced by [Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig).|
@@ -615,7 +615,16 @@ For more information about filtering in the module, see [Filters in the Exchange
615615

616616
Unless otherwise noted, the current release of the Exchange Online PowerShell module contains all features of previous releases.
617617

618-
### Current release: Version 3.2.0
618+
### Current release: Version 3.3.0
619+
620+
- _SkipLoadingCmdletHelp_ parameter on **Connect-ExchangeOnline** to support skip loading cmdlet help files.
621+
- Global variable `EXO_LastExecutionStatus` is available to check the status of the last cmdlet that was run.
622+
- Bug fixes in **Connect-ExchangeOnline** and **Connect-IPPSSession**.
623+
- _IsUserControlEnabled_ parameter on **Add-VivaModuleFeaturePolicy** and **Update-VivaModuleFeaturePolicy** to support the enablement of user controls by policy for features that are onboarded to Viva feature access management.
624+
625+
### Previous releases
626+
627+
#### Version 3.2.0
619628

620629
- New cmdlets:
621630
- **Get-DefaultTenantBriefingConfig**** and **Set-DefaultTenantBriefingConfig**.
@@ -628,8 +637,6 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo
628637
- _SigningCertificate_ parameter on **Connect-ExchangeOnline** allows you to sign the format files (\*.Format.ps1xml) or script module files (.psm1) in the temporary module that **Connect-ExchangeOnline** creates with a client certificate to use in all PowerShell execution policies.
629638
- Bug fixes in **Connect-ExchangeOnline**.
630639

631-
### Previous releases
632-
633640
#### Version 3.1.0
634641

635642
- _AccessToken_ parameter available in **Connect-ExchangeOnline**.

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

Lines changed: 8 additions & 2 deletions
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: dansimp
6-
ms.date: 8/21/2023
6+
ms.date: 9/11/2023
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -22,13 +22,19 @@ 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+
## September 2023
26+
27+
- [Version 3.3.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.3.0) has been released.
28+
29+
For information about what's in this release, see [Version 3.3.0](exchange-online-powershell-v2.md#current-release-version-330).
30+
2531
## June 2023
2632

2733
- [Version 3.2.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.2.0) has been released.
2834

2935
- [Virtually all](https://techcommunity.microsoft.com/t5/exchange-team-blog/deprecation-of-remote-powershell-rps-protocol-in-security-and/ba-p/3815432) Security & Compliance PowerShell cmdlets are now backed by the REST API, and REST API is used by default. To connect using remote PowerShell mode (which requires [Basic authentication in WinRM](exchange-online-powershell-v2.md#turn-on-basic-authentication-in-winrm)), use the _UseRPSSession_ switch in the **Connect-IPPSSession** command.
3036

31-
For information about what's in this release, see [Version 3.2.0](exchange-online-powershell-v2.md#current-release-version-320).
37+
For information about what's in this release, see [Version 3.2.0](exchange-online-powershell-v2.md#version-320).
3238

3339
## May 2023
3440

exchange/exchange-ps/exchange/Add-VivaModuleFeaturePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Accept wildcard characters: False
209209
```
210210

211211
### -IsUserControlEnabled
212-
**Note**: This parameter is available in version 3.3.0-Preview1 or later of the module.
212+
**Note**: This parameter is available in version 3.3.0 or later of the module.
213213

214214
The IsUserControlEnabled parameter specifies whether user control is enabled by the policy. Valid values are:
215215

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ Accept wildcard characters: False
676676
```
677677

678678
### -SkipLoadingCmdletHelp
679-
**Note**: This parameter is available in version 3.3.0-Preview1 or later of the module.
679+
**Note**: This parameter is available in version 3.3.0 or later of the module.
680680

681681
The SkipLoadingFormatData switch avoids downloading the cmdlet help files for REST API connections. You don't need to specify a value with this switch.
682682

exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Accept wildcard characters: False
233233
```
234234

235235
### -IsUserControlEnabled
236-
**Note**: This parameter is available in version 3.3.0-Preview1 or later of the module.
236+
**Note**: This parameter is available in version 3.3.0 or later of the module.
237237

238238
The IsUserControlEnabled parameter specifies whether user control is enabled by the policy. Valid values are:
239239

0 commit comments

Comments
 (0)