From 4b8c0baba1556363409c96a5994efa95c9cf064e Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 17 Dec 2025 22:00:33 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.ps1 b/samy.ps1 index c0877a8..bd7cd1c 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -2290,7 +2290,7 @@ function Invoke-SamyPrinterInstall { ) try { - $profile = Get-SamyPrinterProfile -ClientCode $ClientCode -ProfileName $ProfileName + $profile = Get-SvsPrinterProfileLocal -ClientCode $ClientCode -ProfileName $ProfileName $targetName = $profile.DisplayName if ($PSCmdlet.ShouldProcess($targetName, "Install printer")) {