Skip to content

Commit 2fd5487

Browse files
authored
Merge branch 'main' into docs-editor/New-ComplianceTag-1750228364
2 parents 4a15ae5 + 83b11af commit 2fd5487

21 files changed

+118
-32
lines changed

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/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-MailUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The HVEAccount switch specifies that this mail user account is specifically used
213213

214214
```yaml
215215
Type: SwitchParameter
216-
Parameter Sets: LOBAppAccount
216+
Parameter Sets: HVEAccount
217217
Aliases:
218218
Applicable: Exchange Online, Exchange Online Protection
219219
@@ -250,7 +250,7 @@ Accept wildcard characters: False
250250
### -LOBAppAccount
251251
This parameter is available only in the cloud-based service.
252252

253-
{{ Fill LOBAppAccount Description }}
253+
This parameter is reserved for internal Microsoft use.
254254

255255
```yaml
256256
Type: SwitchParameter

exchange/exchange-ps/exchange/Get-PublicFolderClientPermission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Get-PublicFolderClientPermission [-Identity] <PublicFolderIdParameter>
3131
```
3232

3333
## DESCRIPTION
34-
To view the permissions that are available on public folders, see [Public folder permissions for Exchange Server](https://support.microsoft.com/help/2573274).
34+
To view the permissions that are available on public folders, see [Public folder permissions for Exchange Server](https://learn.microsoft.com/exchange/troubleshoot/public-folders/public-folder-permissions-for-exchange-server).
3535

3636
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3737

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,10 @@ The EnforcementPlanes parameter defines the layer where policy actions are run.
300300

301301
`-EnforcementPlanes @("<Value>")`.
302302

303-
Currently, the only supported value is Entra, for use with policies applied to an Entra-registered enterprise application in the organization.
303+
Currently, supported values are:
304+
305+
- Entra: For use with policies applied to Entra-registered enterprise applications in the organization.
306+
- Browser: For use with policies applied to unmanaged cloud apps in Edge for Business.
304307

305308
```yaml
306309
Type: MultiValuedProperty

exchange/exchange-ps/exchange/New-MailUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ Accept wildcard characters: False
574574
### -LOBAppAccount
575575
This parameter is available only in the cloud-based service.
576576

577-
{{ Fill LOBAppAccount Description }}
577+
This parameter is reserved for internal Microsoft use.
578578

579579
```yaml
580580
Type: SwitchParameter

exchange/exchange-ps/exchange/New-RetentionCompliancePolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,9 @@ Accept wildcard characters: False
446446
```
447447

448448
### -PriorityCleanup
449-
The PriorityCleanup switch specifies whether to create a [Priority Cleanup](https://learn.microsoft.com/purview/priority-cleanup) policy to expedite the deletion of sensitive content, overriding any existing retention settings or eDiscovery holds. You don't need to specify a value with this switch.
449+
The PriorityCleanup switch specifies whether to create a Priority cleanup policy. You don't need to specify a value with this switch.
450+
451+
Priority cleanup policies expedite the deletion of sensitive content by overriding any existing retention settings or eDiscovery holds. For more information, see [Priority Cleanup](https://learn.microsoft.com/purview/priority-cleanup).
450452

451453
```yaml
452454
Type: SwitchParameter

exchange/exchange-ps/exchange/New-RetentionComplianceRule.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ Accept wildcard characters: False
142142
```
143143
144144
### -PriorityCleanup
145-
{{ Fill PriorityCleanup Description }}
145+
The PriorityCleanup switch specifies whether to create a rule associated with a Priority cleanup policy. You don't need to specify a value with this switch.
146+
147+
Priority cleanup policies expedite the deletion of sensitive content by overriding any existing retention settings or eDiscovery holds. For more information, see [Priority Cleanup](https://learn.microsoft.com/purview/priority-cleanup).
146148
147149
```yaml
148150
Type: SwitchParameter

exchange/exchange-ps/exchange/Remove-RetentionCompliancePolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ Accept wildcard characters: False
9999
```
100100

101101
### -PriorityCleanup
102-
{{ Fill PriorityCleanup Description }}
102+
The PriorityCleanup switch specifies whether to remove a Priority cleanup policy. You don't need to specify a value with this switch.
103+
104+
Priority cleanup policies expedite the deletion of sensitive content by overriding any existing retention settings or eDiscovery holds. For more information, see [Priority Cleanup](https://learn.microsoft.com/purview/priority-cleanup).
103105

104106
```yaml
105107
Type: SwitchParameter

0 commit comments

Comments
 (0)