We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d7096 commit debaac5Copy full SHA for debaac5
run_EntraFalcon.ps1
@@ -129,7 +129,7 @@ if ($BroCi -and $AuthMethod -eq "DeviceCode") {
129
}
130
131
#Constants
132
-$EntraFalconVersion = "V20260115"
+$EntraFalconVersion = "V20260117"
133
134
# Import shared functions
135
$ScriptRoot = if ($PSScriptRoot) { $PSScriptRoot } else { Split-Path -Parent $MyInvocation.MyCommand.Path }
@@ -152,8 +152,8 @@ Import-Module (Join-Path $ScriptRoot 'modules\check_PIM.psm1') -Force
152
$Global:GLOBALAuthMethods = @{
153
AuthMethod = $AuthMethod
154
155
-
156
if ($BroCi) { $GLOBALAuthMethods.BroCi = $true }
+
157
if (-not [string]::IsNullOrWhiteSpace($BroCiToken)) {
158
159
# Access tokens (JWT) typically start with 'ey'
0 commit comments