all task completed message

This commit is contained in:
2025-11-28 21:01:06 -05:00
parent e9fdf3b264
commit 4305b12488
2 changed files with 8 additions and 5 deletions

View File

@@ -474,7 +474,7 @@ $ConfirmPreference = 'None'
# After module install, repair Event Log binding for legacy systems
Repair-SVSMspEventLogBinding -EventSource "SVSMSP_Module" -TargetLog "SVSMSP Events"
Write-LogHybrid "Toolkit installation complete." "Success" "SVSModule" -LogToEvent
Write-LogHybrid "Toolkit installation completed." "Success" "SVSModule" -LogToEvent
}
@@ -1475,8 +1475,8 @@ function Invoke-CleanupSVSMSP {
# - Delete HKLM:\Software\SVS\Deployment (via Remove-SVSDeploymentRegKey)
Install-SVSMSP -Cleanup
Write-LogHybrid "SVSMSP toolkit cleanup complete (module, repo, registry)." Success OffBoard -LogToEvent
Send-Text $Context "SVSMSP toolkit cleanup complete."
Write-LogHybrid "SVSMSP toolkit cleanup completed (module, repo, registry)." Success OffBoard -LogToEvent
Send-Text $Context "SVSMSP toolkit cleanup completed."
} else {
throw "Install-SVSMSP function not found in current session."
}
@@ -1845,7 +1845,7 @@ function Install-DattoRMM {
}
}
Write-LogHybrid "Headless offboarding complete" Success OffBoard -LogToEvent
Write-LogHybrid "Headless offboarding completed" Success OffBoard -LogToEvent
return
}