File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ Param (
120120)
121121
122122# Constants
123- $EntraFalconVersion = " V20260321 "
123+ $EntraFalconVersion = " V20260327 "
124124
125125# Import shared functions
126126$ScriptRoot = if ($PSScriptRoot ) { $PSScriptRoot } else { Split-Path - Parent $MyInvocation.MyCommand.Path }
@@ -390,7 +390,7 @@ if ($GLOBALPIMForEntraRolesChecked) {
390390}
391391
392392write-host " `n ********************************** [9/10] Enumerating Security Findings **********************************"
393- Invoke-CheckTenant - CurrentTenant $CurrentTenant - StartTimestamp $StartTimestamp - OutputFolder $OutputFolder - EnterpriseApps $EnterpriseApps - AppRegistrations $AppRegistrations - ManagedIdentities $ManagedIdentities - AllCaps $AllCaps - PimforEntraRoles $PimforEntraRoles - AllGroupsDetails $AllGroupsDetails - Users $Users - Devices $Devices
393+ Invoke-CheckTenant - CurrentTenant $CurrentTenant - StartTimestamp $StartTimestamp - OutputFolder $OutputFolder - EnterpriseApps $EnterpriseApps - AppRegistrations $AppRegistrations - ManagedIdentities $ManagedIdentities - AllCaps $AllCaps - PimforEntraRoles $PimforEntraRoles - AllGroupsDetails $AllGroupsDetails - Users $Users - Devices $Devices - TenantRoleAssignments $TenantRoleAssignments
394394
395395write-host " `n ********************************** [10/10] Generating Summary Report **********************************"
396396# Show assessment summary and generate summary HTML report
You can’t perform that action at this time.
0 commit comments