Update samy.ps1
This commit is contained in:
16
samy.ps1
16
samy.ps1
@@ -717,21 +717,15 @@ if (-not [System.Diagnostics.EventLog]::SourceExists('$EventSource')) {
|
||||
@{ Id='offCleanupSVSMSPModule'; Name='offCleanupSVSMSPModule'; Label='Cleanup SVSMSP Toolkit'; HandlerFn='Invoke-CleanupSVSMSP'; Page='offboard' },
|
||||
|
||||
# Tweaks
|
||||
@{ Id='disableAnimations'; Name='disableAnimations'; Label='Disable Animations'; HandlerFn='Disable-Animations'; Page='tweaks' },
|
||||
@{ Id='disableAnimations'; Name='disableAnimations'; Label='Disable Animations'; HandlerFn='Disable-Animations'; Page='tweaks' }
|
||||
|
||||
# SVS Apps
|
||||
@{ Id='wingetLastpass'; Name='wingetLastpass'; Label='LastPass Desktop App'; HandlerFn='Install-WingetLastPass'; Page='SVSApps' }
|
||||
|
||||
|
||||
)
|
||||
Write-LogHybrid "Tasks by page: onboard=$(
|
||||
($Global:SamyTasks | Where-Object Page -eq 'onboard').Count
|
||||
) offboard=$(
|
||||
($Global:SamyTasks | Where-Object Page -eq 'offboard').Count
|
||||
) tweaks=$(
|
||||
($Global:SamyTasks | Where-Object Page -eq 'tweaks').Count
|
||||
) apps=$(
|
||||
($Global:SamyTasks | Where-Object Page -eq 'SVSApps').Count
|
||||
)" Info UI -LogToEvent
|
||||
|
||||
|
||||
|
||||
|
||||
#endregion building the Menus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user