Skip to content

Publish main to live, 03/19/25, 3:30 PM PDT #12616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exchange/exchange-ps/exchange/New-InboxRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion exchange/exchange-ps/exchange/Set-InboxRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
Expand Down