diff --git a/samy.ps1 b/samy.ps1 index 0a8f4b1..60a6404 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -5,9 +5,6 @@ Full documentation: https://git.svstools.ca/.../docs/SAMY.help.md #> -Write-Host "[SAMY] Running from: PSCommandPath='$PSCommandPath' PSScriptRoot='$PSScriptRoot'" -ForegroundColor Yellow - - #region Safely bypass Restricted Execution Policy if ($ExecutionContext.SessionState.LanguageMode -ne 'FullLanguage' -or (Get-ExecutionPolicy) -eq 'Restricted') {