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++ }