Skip to content

Commit ef0409d

Browse files
committed
Small changes
1 parent 244ca90 commit ef0409d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

M365/MDO/MDOThreatPolicyChecker.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ begin {
526526
SetWriteVerboseAction ${Function:Write-DebugLog}
527527
SetWriteWarningAction ${Function:Write-HostLog}
528528

529-
$BuildVersion = "25.01.23.2258"
529+
$BuildVersion = ""
530530

531531
Write-Host ("MDOThreatPolicyChecker.ps1 script version $($BuildVersion)") -ForegroundColor Green
532532

@@ -1013,4 +1013,4 @@ process {
10131013
Write-Host ("`nFor details about why a policy applies to a recipient, use the -ShowDetailedExplanation parameter and run this script again.")
10141014
}
10151015
Write-Host " "
1016-
}
1016+
}

0 commit comments

Comments
 (0)