all task completed message
This commit is contained in:
8
samy.ps1
8
samy.ps1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user