From 0b54fee99d593734e706958529b24f35e7b89412 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 26 Nov 2025 21:03:52 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/samy.ps1 b/samy.ps1 index 9db8426..e1dfa2a 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -6,7 +6,7 @@ <# .SYNOPSIS - ScriptMonkey - MSP client onboarding/offboarding toolkit with a user interface, + Script Automation Monkey - MSP client onboarding/offboarding toolkit with a user interface, and optional silent install of the SVSMSP toolkit and headless DattoRMM deployment. .DESCRIPTION @@ -160,7 +160,7 @@ $ProgressPreference = 'SilentlyContinue' $ConfirmPreference = 'None' #endregion Safely bypass Restricted Execution Policy - function Invoke-ScriptMonkey { + function Invoke-ScriptAutomationMonkey { # ───────────────────────────────────────────────────────────────────────── # PARAMETERS + GLOBAL VARIABLES @@ -424,7 +424,7 @@ $ConfirmPreference = 'None' .SYNOPSIS Standardized logging utility with console/file output and Windows Event Log support, including one-time event source initialization and optional auto-elevated creation - of a custom log/source. (Fallback implementation for ScriptMonkey.) + of a custom log/source. (Fallback implementation for ScriptAutomationMonkey.) .DESCRIPTION Mirrors the SVSMSP toolkit Write-Log so that Write-LogHybrid can safely fall back @@ -1087,7 +1087,7 @@ function Get-UIHtml { -Script Monkey +Script Automation Monkey