Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ function Invoke-AnalyzerSecuritySettings {
Write-Verbose "The Exchange server runs a role which is not affected by the FIP-FS issue"
} elseif (($fipFsInfoObject.FIPFSFixedBuild -eq $false) -and
($fipFsInfoObject.BadVersionNumberDirDetected)) {
# Exchange doesn't run a build which is resistent against the problematic pattern
# Exchange doesn't run a build which is resistant against the problematic pattern
# and a folder with the problematic version number was detected on the computer.
$params = $baseParams + $fipFsIssueBaseParams
Add-AnalyzedResultInformation @params
Expand Down