Update samy.ps1

This commit is contained in:
2025-12-05 15:57:46 -05:00
parent fc3d511c7f
commit 9028eaac84

View File

@@ -1,10 +1,15 @@
<# <#
Last changes made should fix the issues we had wen running thi in Windows 11 25H2 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
<!-- Big red line under tagline --> <!-- Big red line under tagline -->
<div id="samyHint" class="samy-hint">Please use samy.svstools.ca</div> <div id="samyHint" class="samy-hint">Please use samy.svstools.ca</div>
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 .SYNOPSIS
Script Automation Monkey (SAMY) is a unified MSP assistant that automates onboarding, headless offboarding, 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. 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 ` -ClientCode $clientCode `
-ProfileName $profileName ` -ProfileName $profileName `
-SetAsDefault:$setDefault ` -SetAsDefault:$setDefault `
-WhatIf #-WhatIf
$successCount++ $successCount++
} }