Skip to content

Commit a50c9a0

Browse files
Merge pull request #12616 from MicrosoftDocs/main
Publish main to live, 03/19/25, 3:30 PM PDT
2 parents 8c41101 + e58862f commit a50c9a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exchange/exchange-ps/exchange/New-InboxRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
122122

123123
### Example 1
124124
```powershell
125-
New-InboxRule "CheckActionRequired" -MyNameInToBox $true -FlaggedForAction Any -MarkImportance "High"
125+
New-InboxRule -Mailbox chris@contoso.com -Name "CheckActionRequired" -MyNameInToBox $true -FlaggedForAction Any -MarkImportance "High"
126126
```
127127

128128
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.

exchange/exchange-ps/exchange/Set-InboxRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
105105

106106
### Example 1
107107
```powershell
108-
Set-InboxRule ProjectContoso -MarkImportance "High"
108+
Set-InboxRule -Mailbox chris@contoso.com -Name ProjectContoso -MarkImportance "High"
109109
```
110110

111111
This example modifies the action of the existing Inbox rule ProjectContoso. The MarkImportance parameter is used to mark the message with high importance.

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ Accept wildcard characters: False
990990
991991
### -AutoRecording
992992
993-
This setting will enable Tenant Admins to turn on/off the auto recording feature.
993+
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.
994994
995995
```yaml
996996
Type: String

0 commit comments

Comments
 (0)