lines 613-621
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user