Skip to content

Commit 7ff3623

Browse files
committed
Misc fixes
1 parent ce4246b commit 7ff3623

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

exchange/exchange-ps/exchange/Get-SupervisoryReviewRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/get-supervisoryreviewrule
44
applicable: Exchange Online, Security & Compliance
5-
title: Exchange Online, Get-SupervisoryReviewRule
5+
title: Get-SupervisoryReviewRule
66
schema: 2.0.0
77
author: chrisda
88
ms.author: chrisda

exchange/exchange-ps/exchange/exchange.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Exchange PowerShell is built on Windows PowerShell technology and provides a pow
109109

110110
### [Get-SafeLinksRule](Get-SafeLinksRule.md)
111111

112+
### [Get-SpoofIntelligenceInsight](Get-SpoofIntelligenceInsight.md)
113+
112114
### [Get-SpoofMailReport](Get-SpoofMailReport.md)
113115

114116
### [New-AntiPhishPolicy](New-AntiPhishPolicy.md)
@@ -296,6 +298,8 @@ Exchange PowerShell is built on Windows PowerShell technology and provides a pow
296298

297299
### [New-PhishSimOverrideRule](New-PhishSimOverrideRule.md)
298300

301+
### [New-QuarantinePermissions](New-QuarantinePermissions.md)
302+
299303
### [New-QuarantinePolicy](New-QuarantinePolicy.md)
300304

301305
### [New-SecOpsOverridePolicy](New-SecOpsOverridePolicy.md)
@@ -392,6 +396,8 @@ Exchange PowerShell is built on Windows PowerShell technology and provides a pow
392396

393397
### [Set-MalwareFilterRule](Set-MalwareFilterRule.md)
394398

399+
### [Set-QuarantinePermissions](Set-QuarantinePermissions.md)
400+
395401
### [Set-QuarantinePolicy](Set-QuarantinePolicy.md)
396402

397403
### [Set-PhishSimOverridePolicy](Set-PhishSimOverridePolicy.md)
@@ -473,7 +479,7 @@ Exchange PowerShell is built on Windows PowerShell technology and provides a pow
473479

474480
### [Set-CASMailbox](Set-CASMailbox.md)
475481

476-
### [set-CASMailboxPlan](set-CASMailboxPlan.md)
482+
### [Set-CASMailboxPlan](Set-CASMailboxPlan.md)
477483

478484
### [Set-ClientAccessRule](Set-ClientAccessRule.md)
479485

exchange/mapping/serviceMapping.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"Get-SafeLinksDetailReport": "defender-for-office-365",
4343
"Get-SafeLinksPolicy": "defender-for-office-365",
4444
"Get-SafeLinksRule": "defender-for-office-365",
45+
"Get-SpoofIntelligenceInsight" "defender-for-office-365",
4546
"Get-SpoofMailReport": "defender-for-office-365",
4647
"New-AntiPhishPolicy": "defender-for-office-365",
4748
"New-AntiPhishRule": "defender-for-office-365",
@@ -134,9 +135,10 @@
134135
"New-HostedOutboundSpamFilterRule": "antispam-antimalware",
135136
"New-MalwareFilterPolicy": "antispam-antimalware",
136137
"New-MalwareFilterRule": "antispam-antimalware",
137-
"New-QuarantinePolicy": "antispam-antimalware",
138138
"New-PhishSimOverridePolicy": "antispam-antimalware",
139139
"New-PhishSimOverrideRule": "antispam-antimalware",
140+
"New-QuarantinePermissions": "antispam-antimalware",
141+
"New-QuarantinePolicy": "antispam-antimalware",
140142
"New-SecOpsOverridePolicy": "antispam-antimalware",
141143
"New-SecOpsOverrideRule": "antispam-antimalware",
142144
"New-TenantAllowBlockListItems": "antispam-antimalware",
@@ -184,9 +186,10 @@
184186
"Set-MalwareFilteringServer": "antispam-antimalware",
185187
"Set-MalwareFilterPolicy": "antispam-antimalware",
186188
"Set-MalwareFilterRule": "antispam-antimalware",
187-
"Set-QuarantinePolicy": "antispam-antimalware",
188189
"Set-PhishSimOverridePolicy": "antispam-antimalware",
189190
"Set-PhishSimOverrideRule": "antispam-antimalware",
191+
"Set-QuarantinePermissions": "antispam-antimalware",
192+
"Set-QuarantinePolicy": "antispam-antimalware",
190193
"Set-RecipientFilterConfig": "antispam-antimalware",
191194
"Set-SecOpsOverridePolicy": "antispam-antimalware",
192195
"Set-SecOpsOverrideRule": "antispam-antimalware",
@@ -224,7 +227,7 @@
224227
"Remove-OwaMailboxPolicy": "client-access",
225228
"Send-TextMessagingVerificationCode": "client-access",
226229
"Set-CASMailbox": "client-access",
227-
"set-CASMailboxPlan": "client-access",
230+
"Set-CASMailboxPlan": "client-access",
228231
"Set-ClientAccessRule": "client-access",
229232
"Set-ImapSettings": "client-access",
230233
"Set-MailboxCalendarConfiguration": "client-access",

0 commit comments

Comments
 (0)