lines 613-621

This commit is contained in:
2025-11-24 16:12:12 -05:00
parent 8af371bdc6
commit 99d8374001

View File

@@ -610,6 +610,15 @@ $ConfirmPreference = 'None'
@{ Id='wingetAcrobat'; Name='wingetAcrobat'; Label='Adobe Acrobat Reader (64-bit)'; HandlerFn='Handle-InstallAcrobat'; Page='SVSApps' }
)
Write-LogHybrid "Tasks by page: onboard=$(
($Global:Tasks | Where-Object Page -eq 'onboard').Count
) offboard=$(
($Global:Tasks | Where-Object Page -eq 'offboard').Count
) tweaks=$(
($Global:Tasks | Where-Object Page -eq 'tweaks').Count
) apps=$(
($Global:Tasks | Where-Object Page -eq 'SVSApps').Count
)" Info UI -LogToEvent
#endregion building the Menus