We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2399122 commit c63e58cCopy full SHA for c63e58c
run_EntraFalcon.ps1
@@ -129,7 +129,7 @@ if ($BroCi -and $AuthMethod -eq "DeviceCode") {
129
}
130
131
#Constants
132
-$EntraFalconVersion = "V20260117"
+$EntraFalconVersion = "V20260121"
133
134
# Import shared functions
135
$ScriptRoot = if ($PSScriptRoot) { $PSScriptRoot } else { Split-Path -Parent $MyInvocation.MyCommand.Path }
@@ -294,7 +294,6 @@ $TenantReports = [pscustomobject]@{
294
PimForEntra = $false
295
Summary = $true
296
297
-
298
$ReportsBasedOnObjects = Get-TenantReportAvailability -IncludeMsApps:$IncludeMsApps
299
$global:GLOBALAzureIamWarningText = $null
300
if (-not $GLOBALAzurePsChecks) {
0 commit comments