From 40f19a0962b95dd7d6930a009fa75bde63267999 Mon Sep 17 00:00:00 2001 From: hedwig233 <31384861+hedwig233@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:19:08 +0800 Subject: [PATCH 1/4] Update Set-CsTeamsMeetingPolicy.md Update description about autoRecording --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 7b052b462c..1443dda87d 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -990,7 +990,7 @@ Accept wildcard characters: False ### -AutoRecording -This setting will enable Tenant Admins to turn on/off the auto recording feature. +This setting allows Tenant Admins to show or hide the auto recording feature in Meeting Options. If the admin enables it, the option will appear, but the default value remains off (except for webinars and townhalls). Users will need to manually turn it on to auto-start recording. If the admin disables it, the option will be hidden, and no meeting can be set to auto-record. ```yaml Type: String From f7a4b975ebe9cc40849c8f6a83c7b62587911d83 Mon Sep 17 00:00:00 2001 From: Whitney Libebe Date: Wed, 19 Mar 2025 09:42:41 -0400 Subject: [PATCH 2/4] Update description for AutoRecording setting edits --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 1443dda87d..8eb5cc8620 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -990,7 +990,7 @@ Accept wildcard characters: False ### -AutoRecording -This setting allows Tenant Admins to show or hide the auto recording feature in Meeting Options. If the admin enables it, the option will appear, but the default value remains off (except for webinars and townhalls). Users will need to manually turn it on to auto-start recording. If the admin disables it, the option will be hidden, and no meeting can be set to auto-record. +This setting allows admins to control the visibility of the auto recording feature in the organizer's **Meeting options**. If the you enable this setting, the **Record and transcribe automatically** setting appears in **Meeting options** with the default value set to **Off** (except for webinars and townhalls). Organizers need to manually toggle this setting to **On** to for their meetings to be automatically recorded. If you disable this setting, **Record and transcribe automatically** is hidden, preventing organizers from setting any meetings to be auto-recorded. ```yaml Type: String From b39f5013092621c2fe66116c3e23c0f67fc03e60 Mon Sep 17 00:00:00 2001 From: Jeremy Knight Date: Wed, 19 Mar 2025 14:35:25 -0400 Subject: [PATCH 3/4] Update New-InboxRule.md --- exchange/exchange-ps/exchange/New-InboxRule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/New-InboxRule.md b/exchange/exchange-ps/exchange/New-InboxRule.md index 3814d8b0da..a3b0fe0e83 100644 --- a/exchange/exchange-ps/exchange/New-InboxRule.md +++ b/exchange/exchange-ps/exchange/New-InboxRule.md @@ -122,7 +122,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi ### Example 1 ```powershell -New-InboxRule "CheckActionRequired" -MyNameInToBox $true -FlaggedForAction Any -MarkImportance "High" +New-InboxRule -Mailbox chris@contoso.com -Name "CheckActionRequired" -MyNameInToBox $true -FlaggedForAction Any -MarkImportance "High" ``` This example raises the message importance to High if the mailbox owner is in the To field. In addition, the message is flagged for action. From 5f78cc7e6f3ced07cca2687182e56d9b2e46878d Mon Sep 17 00:00:00 2001 From: Jeremy Knight Date: Wed, 19 Mar 2025 14:37:59 -0400 Subject: [PATCH 4/4] Update Set-InboxRule.md --- exchange/exchange-ps/exchange/Set-InboxRule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-InboxRule.md b/exchange/exchange-ps/exchange/Set-InboxRule.md index 7a07f0767d..fbbb29f2cb 100644 --- a/exchange/exchange-ps/exchange/Set-InboxRule.md +++ b/exchange/exchange-ps/exchange/Set-InboxRule.md @@ -105,7 +105,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi ### Example 1 ```powershell -Set-InboxRule ProjectContoso -MarkImportance "High" +Set-InboxRule -Mailbox chris@contoso.com -Name ProjectContoso -MarkImportance "High" ``` This example modifies the action of the existing Inbox rule ProjectContoso. The MarkImportance parameter is used to mark the message with high importance.