diff --git a/samy.ps1 b/samy.ps1 index 70e433b..b1068a5 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1,3 +1,11 @@ +<# +.SYNOPSIS + Script Automation Monkey (SAMY) ... +.NOTES + Full documentation: https://git.svstools.ca/.../docs/SAMY.help.md +#> + + #region Safely bypass Restricted Execution Policy # Safely bypass Restricted Execution Policy if ($ExecutionContext.SessionState.LanguageMode -ne 'FullLanguage' -or @@ -2066,5 +2074,3 @@ function Install-DattoRMM { Invoke-ScriptAutomationMonkey } } - -