Skip to content

Commit bd6e6b9

Browse files
authored
Merge pull request #8042 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents f45e80e + ed35251 commit bd6e6b9

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,18 @@ For more information about filtering in the EXO V2 module, see [Filters in the E
386386

387387
Unless otherwise noted, the current release of the EXO V2 module contains all features of previous releases.
388388

389-
### Current release: Version 2.0.4
389+
### Current release: Version 2.0.5
390+
391+
- New **Get-OwnerlessGroupPolicy** and **Set-OwnerlessGroupPolicy** cmdlet to manage ownerless Microsoft 365 groups.
392+
393+
> [!NOTE]
394+
> Although the _cmdlets_ are available in the module, the _feature_ is only available to members of a Private Preview.
395+
396+
- New **Get-VivaInsightsSettings** and **Set-VivaInsightsSettings** cmdlets to control user access to Headspace features in Viva Insights.
397+
398+
### Previous releases
399+
400+
#### Version 2.0.4
390401

391402
- PowerShell 7 is officially supported in Windows, Linux, and Apple macOS as described in the [Prerequisites for the EXO V2 module](#prerequisites-for-the-exo-v2-module) section in this article.
392403

@@ -400,8 +411,6 @@ Unless otherwise noted, the current release of the EXO V2 module contains all fe
400411

401412
- The interactive sign-in process now uses a more secure method to fetch access tokens using safe reply URLs.
402413

403-
### Previous releases
404-
405414
#### Version 2.0.3
406415

407416
- General availability of certificate based authentication (CBA), which enables using modern authentication in unattended scripting or background automation scenarios. The available certificate storage locations are:

exchange/exchange-ps/exchange/Get-RetentionCompliancePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Accept wildcard characters: False
114114
### -RetentionRuleTypes
115115
The RetentionRuleTypes switch specifies whether to return the value of the RetentionRuleTypes property in the results. You don't need to specify a value with this switch.
116116
117-
To see the RetentionRuleTypes property, you need to pipe the command to a formatting cmdlet. For example, Get-RetentionCompliancePolicy -RetentionRuleTypes | Format-Table -Auto Name,RetentionRuleTypes. If you don't use the RetentionRuleTypes switch, the value appears blank.
117+
To see the RetentionRuleTypes property, you need to pipe the command to a formatting cmdlet. For example, `Get-RetentionCompliancePolicy -RetentionRuleTypes | Format-Table -Auto Name,RetentionRuleTypes`. If you don't use the RetentionRuleTypes switch, the value appears blank.
118118

119119
```yaml
120120
Type: SwitchParameter

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Accept wildcard characters: False
190190
### -ContentContainsSensitiveInformation
191191
The ContentContainsSensitiveInformation parameter specifies a condition for the rule that's based on a sensitive information type match in content. The rule is applied to content that contains the specified sensitive information type.
192192

193-
This parameter uses the basic syntax `@(@{Name="SensitiveInformationType1";[minCount="Value"],@{Name="SensitiveInformationType2";[minCount="Value"],...)`. For example, @(@{Name="U.S. Social Security Number (SSN)"; minCount="2"},@{Name="Credit Card Number"}).
193+
This parameter uses the basic syntax `@(@{Name="SensitiveInformationType1";[minCount="Value"],@{Name="SensitiveInformationType2";[minCount="Value"],...)`. For example, `@(@{Name="U.S. Social Security Number (SSN)"; minCount="2"},@{Name="Credit Card Number"})`.
194194

195195
Use the Get-DLPSensitiveInformationType cmdlet to list the sensitive information types for your organization. For more information on sensitive information types, see [What the sensitive information types in Exchange look for](https://docs.microsoft.com/exchange/what-the-sensitive-information-types-in-exchange-look-for-exchange-online-help).
196196

exchange/exchange-ps/exchange/Remove-Mailbox.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ Accept wildcard characters: False
313313
```
314314

315315
### -IgnoreDefaultScope
316+
This parameter is available only in on-premises Exchange.
317+
316318
The IgnoreDefaultScope switch tells the command to ignore the default recipient scope setting for the Exchange Management Shell session, and to use the entire forest as the scope. This allows the command to access Active Directory objects that aren't currently available in the default scope.
317319

318320
Using the IgnoreDefaultScope switch introduces the following restrictions:

exchange/exchange-ps/exchange/Set-RetentionComplianceRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Accept wildcard characters: False
132132
### -ContentContainsSensitiveInformation
133133
The ContentContainsSensitiveInformation parameter specifies a condition for the rule that's based on a sensitive information type match in content. The rule is applied to content that contains the specified sensitive information type.
134134

135-
This parameter uses the basic syntax `@(@{Name="SensitiveInformationType1";[minCount="Value"],@{Name="SensitiveInformationType2";[minCount="Value"],...)`. For example, @(@{Name="U.S. Social Security Number (SSN)"; minCount="2"},@{Name="Credit Card Number"}).
135+
This parameter uses the basic syntax `@(@{Name="SensitiveInformationType1";[minCount="Value"],@{Name="SensitiveInformationType2";[minCount="Value"],...)`. For example, `@(@{Name="U.S. Social Security Number (SSN)"; minCount="2"},@{Name="Credit Card Number"})`.
136136

137137
Use the Get-DLPSensitiveInformationType cmdlet to list the sensitive information types for your organization. For more information on sensitive information types, see [What the sensitive information types in Exchange look for](https://docs.microsoft.com/exchange/what-the-sensitive-information-types-in-exchange-look-for-exchange-online-help).
138138

0 commit comments

Comments
 (0)