Skip to content

Commit cefd469

Browse files
authored
Merge pull request MicrosoftDocs#11049 from MicrosoftDocs/Office-docs-powershell-Release-Branch
Yammer rebrand 7/12 publish
2 parents 556e4d7 + ffee928 commit cefd469

10 files changed

+20
-20
lines changed

exchange/exchange-ps/exchange/Get-AppRetentionCompliancePolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Get-AppRetentionCompliancePolicy [[-Identity] <PolicyIdParameter>]
2929
```
3030

3131
## DESCRIPTION
32-
\*-AppRetentionCompliance\* cmdlets are used for policies with adaptive policy scopes and all static policies that cover Teams private channels, Yammer chats, and Yammer community messages. Eventually, you'll use these cmdlets for most retention locations and policy types. The \*-RetentionCompliance\* cmdlets will continue to support Exchange and SharePoint locations primarily. For policies created with the \*-AppRetentionCompliance\* cmdlets, you can only set the list of included or excluded scopes for all included workloads, which means you'll likely need to create one policy per workload.
32+
\*-AppRetentionCompliance\* cmdlets are used for policies with adaptive policy scopes and all static policies that cover Teams private channels, Viva Engage chats, and Viva Engage community messages. Eventually, you'll use these cmdlets for most retention locations and policy types. The \*-RetentionCompliance\* cmdlets will continue to support Exchange and SharePoint locations primarily. For policies created with the \*-AppRetentionCompliance\* cmdlets, you can only set the list of included or excluded scopes for all included workloads, which means you'll likely need to create one policy per workload.
3333

3434
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft Purview compliance portal](https://learn.microsoft.com/microsoft-365/compliance/microsoft-365-compliance-center-permissions).
3535

@@ -44,10 +44,10 @@ This example returns a summary list of all app retention compliance policies.
4444

4545
### Example 1
4646
```powershell
47-
Get-AppRetentionCompliancePolicy -Identity "Contoso Yammer"
47+
Get-AppRetentionCompliancePolicy -Identity "Contoso Viva Engage"
4848
```
4949

50-
This example returns detailed information for the app retention compliance policy named Contoso Yammer.
50+
This example returns detailed information for the app retention compliance policy named Contoso Viva Engage.
5151

5252
## PARAMETERS
5353

exchange/exchange-ps/exchange/Get-AppRetentionComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ This example returns a summary list of all app retention compliance rules.
3838

3939
### Example 1
4040
```powershell
41-
Get-AppRetentionComplianceRule -Identity "Contoso Yammer"
41+
Get-AppRetentionComplianceRule -Identity "Contoso Viva Engage"
4242
```
4343

44-
This example returns detailed information for the app retention compliance rule named Contoso Yammer.
44+
This example returns detailed information for the app retention compliance rule named Contoso Viva Engage.
4545

4646
## PARAMETERS
4747

exchange/exchange-ps/exchange/Get-LicenseVsUsageSummaryReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This cmdlet produces a report that is intended to enable clients to track and ma
3131

3232
- Date: The period being measured.
3333
- TenantGuid: The unique identifier for the Exchange Online tenant.
34-
- Workload: The workload whose users are being counted. The current workloads include: Exchange Online, SharePoint Online, Skype for Business Online, and Microsoft Yammer.
34+
- Workload: The workload whose users are being counted. The current workloads include: Exchange Online, SharePoint Online, Skype for Business Online, and Microsoft Viva Engage.
3535
- NonTrialEntitlements: The number of entitled users for the workload.
3636
- TrialEntitlements: The number of provisionally entitled (trial) users for the workload.
3737
- ActiveUsers: The count of active users for the workload.

exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ New-AppRetentionCompliancePolicy [-Name] <String> -Applications <String[]>
5050
```
5151

5252
## DESCRIPTION
53-
\*-AppRetentionCompliance\* cmdlets are used for policies with adaptive policy scopes and all static policies that cover Teams private channels, Yammer chats, and Yammer community messages. Eventually, you'll use these cmdlets for most retention locations and policy types. The \*-RetentionCompliance\* cmdlets will continue to support Exchange and SharePoint locations primarily. For policies created with the \*-AppRetentionCompliance\* cmdlets, you can only set the list of included or excluded scopes for all included workloads, which means you'll likely need to create one policy per workload.
53+
\*-AppRetentionCompliance\* cmdlets are used for policies with adaptive policy scopes and all static policies that cover Teams private channels, Viva Engage chats, and Viva Engage community messages. Eventually, you'll use these cmdlets for most retention locations and policy types. The \*-RetentionCompliance\* cmdlets will continue to support Exchange and SharePoint locations primarily. For policies created with the \*-AppRetentionCompliance\* cmdlets, you can only set the list of included or excluded scopes for all included workloads, which means you'll likely need to create one policy per workload.
5454

5555
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft Purview compliance portal](https://learn.microsoft.com/microsoft-365/compliance/microsoft-365-compliance-center-permissions).
5656

5757
## EXAMPLES
5858

5959
### Example 1
6060
```powershell
61-
New-AppRetentionCompliancePolicy -Name "Regulation 567 Compliance" -Applications "User:MicrosoftTeams,Yammer","Group:MicrosoftTeams,Yammer" -ExchangeLocation "Jennifer Petersen","Kitty Nakamura"
61+
New-AppRetentionCompliancePolicy -Name "Regulation 567 Compliance" -Applications "User:MicrosoftTeams,VivaEngage","Group:MicrosoftTeams,VivaEngage" -ExchangeLocation "Jennifer Petersen","Kitty Nakamura"
6262
```
6363

64-
This example creates a static scope retention policy named Regulation 567 Compliance for the Yammer user messages of Jennifer Petersen and Kitty Nakamura.
64+
This example creates a static scope retention policy named Regulation 567 Compliance for the Viva Engage user messages of Jennifer Petersen and Kitty Nakamura.
6565

6666
After you create the retention policy, use the New-AppRetentionComplianceRule cmdlet to create a retention rule and assign it the retention policy to it.
6767

@@ -110,7 +110,7 @@ The Applications parameter specifies the applications to include in the policy a
110110
- ModernGroupLocation
111111
- AdaptiveScopeLocation
112112
113-
This parameter uses the following syntax: `"LocationtType:App1,LocationType:App2,...LocationType:AppN` where LocationType is User or Group. For example, `"User:Exchange,User:OneDriveForBusiness,Group:Exchange,Group:SharePoint"` or `"User:MicrosoftTeams","User:Yammer"`.
113+
This parameter uses the following syntax: `"LocationtType:App1,LocationType:App2,...LocationType:AppN` where LocationType is User or Group. For example, `"User:Exchange,User:OneDriveForBusiness,Group:Exchange,Group:SharePoint"` or `"User:MicrosoftTeams","User:VivaEngage"`.
114114

115115
```yaml
116116
Type: String[]

exchange/exchange-ps/exchange/Remove-AppRetentionCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
3535

3636
### Example 1
3737
```powershell
38-
Remove-AppRetentionCompliancePolicy -Identity "Contoso Yammer"
38+
Remove-AppRetentionCompliancePolicy -Identity "Contoso Viva Engage"
3939
```
4040

41-
This example removes the app retention compliance policy named Contoso Yammer.
41+
This example removes the app retention compliance policy named Contoso Viva Engage.
4242

4343
## PARAMETERS
4444

exchange/exchange-ps/exchange/Remove-AppRetentionComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
3535

3636
### Example 1
3737
```powershell
38-
Remove-AppRetentionComplianceRule -Identity "Contoso Yammer"
38+
Remove-AppRetentionComplianceRule -Identity "Contoso Viva Engage"
3939
```
4040

41-
This example removes the app retention compliance policy rule Contoso Yammer.
41+
This example removes the app retention compliance policy rule Contoso Viva Engage.
4242

4343
## PARAMETERS
4444

exchange/exchange-ps/exchange/Set-AppRetentionCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
108108

109109
### Example 1
110110
```powershell
111-
Set-AppRetentionCompliancePolicy Identity "Regulation 563 Marketing" -Applications "User:MicrosoftTeams","Group:MicrosoftTeams,Yammer" -AddExchangeLocation "Scott Smith" -Comment "Added new counsel, 9/9/21"
111+
Set-AppRetentionCompliancePolicy Identity "Regulation 563 Marketing" -Applications "User:MicrosoftTeams","Group:MicrosoftTeams,VivaEngage" -AddExchangeLocation "Scott Smith" -Comment "Added new counsel, 9/9/21"
112112
```
113113

114114
This example adds a new user to the existing static scope retention policy named Regulation 563 Marketing that's set up for Teams private channels messages.
@@ -290,7 +290,7 @@ The Applications parameter specifies the applications to include and is relevant
290290
- ModernGroupLocation
291291
- AdaptiveScopeLocation
292292

293-
This parameter uses the following syntax: `"LocationtType:App1,LocationType:App2,...LocationType:AppN` where LocationType is User or Group. For example, `"User:Exchange,User:OneDriveForBusiness,Group:Exchange,Group:SharePoint"` or `"User:MicrosoftTeams","User:Yammer"`.
293+
This parameter uses the following syntax: `"LocationtType:App1,LocationType:App2,...LocationType:AppN` where LocationType is User or Group. For example, `"User:Exchange,User:OneDriveForBusiness,Group:Exchange,Group:SharePoint"` or `"User:MicrosoftTeams","User:VivaEngage"`.
294294

295295
```yaml
296296
Type: String[]

exchange/exchange-ps/exchange/Set-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4616,7 +4616,7 @@ Accept wildcard characters: False
46164616
### -RemoveDelayReleaseHoldApplied
46174617
This parameter is available only in the cloud-based service.
46184618

4619-
The RemoveDelayReleaseHoldApplied switch specifies whether to remove delay holds on cloud data generated by non-Exchange apps (such as Teams, Forms, and Yammer) from the mailbox. Data generated by a non-Exchange cloud-based app is typically stored in a hidden folder in the mailbox. You don't need to specify a value with this switch.
4619+
The RemoveDelayReleaseHoldApplied switch specifies whether to remove delay holds on cloud data generated by non-Exchange apps (such as Teams, Forms, and Viva Engage) from the mailbox. Data generated by a non-Exchange cloud-based app is typically stored in a hidden folder in the mailbox. You don't need to specify a value with this switch.
46204620

46214621
The removal of a hold from a mailbox is temporarily delayed to prevent the accidental purge of content that's no longer affected by the hold. This temporary delay in the removal of the hold is known as a delay hold. To see the hold history on a mailbox, replace `<MailboxIdentity>` with the name, email address, or alias of the mailbox, and run this command: `Export-MailboxDiagnosticLogs -Identity <MailboxIdentity> -ComponentName SubstrateHoldTracking`.
46224622

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ The ConnectorsEnabled parameter specifies whether to enable or disable all conne
12231223
- $true: Connectors are enabled. This is the default value.
12241224
- $false: Connectors are disabled.
12251225

1226-
The workloads that are affected by this parameter are Outlook, SharePoint, Teams, and Yammer.
1226+
The workloads that are affected by this parameter are Outlook, SharePoint, Teams, and Viva Engage.
12271227

12281228
```yaml
12291229
Type: Boolean
@@ -1308,7 +1308,7 @@ Accept wildcard characters: False
13081308
### -ConnectorsEnabledForYammer
13091309
This parameter is available only in the cloud-based service.
13101310

1311-
The ConnectorsEnabledForYammer parameter specifies whether to enable or disable connected apps on Yammer. Valid values are:
1311+
The ConnectorsEnabledForYammer parameter specifies whether to enable or disable connected apps on Viva Engage. Valid values are:
13121312

13131313
- $true: Connectors are enabled. This is the default value.
13141314
- $false: Connectors are disabled.

exchange/exchange-ps/exchange/Set-UnifiedGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ The UnifiedGroupWelcomeMessageEnabled switch specifies whether to enable or disa
12121212
- To enable this setting, you don't need to specify a value with this switch.
12131213
- To disable this setting, use this exact syntax: `-UnifiedGroupWelcomeMessageEnabled:$false`.
12141214

1215-
This setting only controls email send by the Microsoft 365 Group. It doesn't control email sent by connected products (for example, Teams or Yammer).
1215+
This setting only controls email send by the Microsoft 365 Group. It doesn't control email sent by connected products (for example, Teams or Viva Engage).
12161216

12171217
This setting is enabled by default.
12181218

0 commit comments

Comments
 (0)