Skip to content

Commit 7bc65dd

Browse files
committed
Adjust version
1 parent 74663b8 commit 7bc65dd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

run_EntraFalcon.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if ($BroCi -and $AuthMethod -eq "DeviceCode") {
129129
}
130130

131131
#Constants
132-
$EntraFalconVersion = "V20260127"
132+
$EntraFalconVersion = "V20260208"
133133

134134
# Import shared functions
135135
$ScriptRoot = if ($PSScriptRoot) { $PSScriptRoot } else { Split-Path -Parent $MyInvocation.MyCommand.Path }
@@ -349,7 +349,6 @@ if ($GLOBALPIMForEntraRolesChecked) {
349349
write-host "[!] Tenant is not licensed to use PIM. Skipping role settings checks..."
350350
}
351351

352-
353352
write-host "`n********************************** [9/9] Generating Summary Report **********************************"
354353
# Show assessment summary and generate summary HTML report
355354
Export-Summary -CurrentTenant $CurrentTenant -StartTimestamp $StartTimestamp -OutputFolder $OutputFolder

0 commit comments

Comments
 (0)