diff --git a/samy.ps1 b/samy.ps1 index 44f0492..9535729 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1917,6 +1917,8 @@ function Invoke-InstallPrinters { #-WhatIf $successCount++ + Write-LogHybrid "Printer installed successfully ($summary)" Success Printers -LogToEvent + } catch { $errMsg = "Failed to install printer ($summary): $($_.Exception.Message)"