You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/exchange-online-powershell-v2.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: About the Exchange Online PowerShell V3 module
3
3
ms.author: chrisda
4
4
author: chrisda
5
5
manager: dansimp
6
-
ms.date: 9/1/2023
6
+
ms.date: 9/11/2023
7
7
ms.audience: Admin
8
8
audience: Admin
9
9
ms.topic: article
@@ -184,8 +184,8 @@ Miscellaneous Exchange Online cmdlets that happen to be in the module are listed
184
184
|---|---|
185
185
|[Get-DefaultTenantBriefingConfig](/powershell/module/exchange/get-defaulttenantbriefingconfig)|Available in v3.2.0 or later.|
186
186
|[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.|
189
189
|[Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
190
190
|[Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
191
191
|[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
615
615
616
616
Unless otherwise noted, the current release of the Exchange Online PowerShell module contains all features of previous releases.
617
617
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
619
628
620
629
- New cmdlets:
621
630
-**Get-DefaultTenantBriefingConfig**** and **Set-DefaultTenantBriefingConfig**.
@@ -628,8 +637,6 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo
628
637
-_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.
629
638
- Bug fixes in **Connect-ExchangeOnline**.
630
639
631
-
### Previous releases
632
-
633
640
#### Version 3.1.0
634
641
635
642
-_AccessToken_ parameter available in **Connect-ExchangeOnline**.
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/whats-new-in-the-exo-module.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: What's new in the Exchange Online PowerShell module
3
3
ms.author: chrisda
4
4
author: chrisda
5
5
manager: dansimp
6
-
ms.date: 8/21/2023
6
+
ms.date: 9/11/2023
7
7
ms.audience: Admin
8
8
audience: Admin
9
9
ms.topic: article
@@ -22,13 +22,19 @@ description: "Learn about the new features and functionality available in the la
22
22
23
23
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)**.
24
24
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
+
25
31
## June 2023
26
32
27
33
-[Version 3.2.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.2.0) has been released.
28
34
29
35
-[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.
30
36
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).
**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.
680
680
681
681
The SkipLoadingFormatData switch avoids downloading the cmdlet help files for REST API connections. You don't need to specify a value with this switch.
0 commit comments