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