File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,19 +220,14 @@ function Test-Assessment-41035 {
220220
221221 $tableRows = ' '
222222 $tableRows += " | EnableReportToMicrosoft | $ ( & $formatBool $policy.EnableReportToMicrosoft ) | True (re-evaluation + model training) | $msResult |`n "
223- $tableRows += " | EnableReportToMicrosoft | $ ( & $formatBool $policy.EnableReportToMicrosoft ) | True (re-evaluation + model training) | $msResult |`n "
224223 $tableRows += " | ReportJunkAddresses | $ ( & $formatAddresses $policy.ReportJunkAddresses ) | non-empty (custom SOC mailbox) | $junkResult |`n "
225224 $tableRows += " | ReportNotJunkAddresses | $ ( & $formatAddresses $policy.ReportNotJunkAddresses ) | non-empty (custom SOC mailbox) | $notJunkResult |`n "
226225 $tableRows += " | ReportPhishAddresses | $ ( & $formatAddresses $policy.ReportPhishAddresses ) | non-empty (custom SOC mailbox) | $phishResult |`n "
227226 $tableRows += " | EnableThirdPartyAddress | $tpEnabledDisp | True (if using non-Microsoft reporter) | $tpResult |`n "
228- $tableRows += " | EnableThirdPartyAddress | $tpEnabledDisp | True (if using non-Microsoft reporter) | $tpResult |`n "
229227 $tableRows += " | ThirdPartyReportAddresses | $ ( & $formatAddresses $policy.ThirdPartyReportAddresses ) | non-empty (if using non-Microsoft reporter) | $tpAddrResult |`n "
230228 $tableRows += " | ReportChatMessageEnabled | $ ( & $formatBool $policy.ReportChatMessageEnabled ) | True (MDO P2 + Teams policy required) | $chatResult |`n "
231229 $tableRows += " | PostSubmitMessageEnabled | $ ( & $formatBool $policy.PostSubmitMessageEnabled ) | True (user feedback after submission) | $postResult |`n "
232- $tableRows += " | ReportChatMessageEnabled | $ ( & $formatBool $policy.ReportChatMessageEnabled ) | True (MDO P2 + Teams policy required) | $chatResult |`n "
233- $tableRows += " | PostSubmitMessageEnabled | $ ( & $formatBool $policy.PostSubmitMessageEnabled ) | True (user feedback after submission) | $postResult |`n "
234230 $tableRows += " | Report submission rule State | $ruleStateName | Enabled | $ruleStateResult |`n "
235- $tableRows += " | Report submission rule State | $ruleStateName | Enabled | $ruleStateResult |`n "
236231 $tableRows += " | Report submission rule SentTo | $ruleSentTo | (SOC mailbox address) | $ruleSentToResult |`n "
237232
238233 # Q2 Graph API reachability note (informational — does not affect verdict)
You can’t perform that action at this time.
0 commit comments