From 9028eaac8459d8f5b00980a432c4068f9d788323 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 5 Dec 2025 15:57:46 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/samy.ps1 b/samy.ps1 index 9b1b0f1..554a08c 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1,10 +1,15 @@ <# Last changes made should fix the issues we had wen running thi in Windows 11 25H2 -chane this line for the message +change this line for the message
Please use samy.svstools.ca
+Invoke-installprinters you can uncomment whatif in the function + +# SAMY asset config (change branch or base once and it updates everything) +$Script:SamyBranch = 'beta' # or 'main' + .SYNOPSIS Script Automation Monkey (SAMY) is a unified MSP assistant that automates onboarding, headless offboarding, Datto RMM deployments, and toolkit management through a local UI, HTTP endpoints, or direct PowerShell switches. @@ -1926,7 +1931,7 @@ function Invoke-InstallPrinters { -ClientCode $clientCode ` -ProfileName $profileName ` -SetAsDefault:$setDefault ` - -WhatIf + #-WhatIf $successCount++ }