|
|
|
|
|
by JeffreySnover
3507 days ago
|
|
I've never quite understood the concern about needing to Set-ExecutionPolicy before running scripts. In Unix, you have to chmod a+x a file before running it.
And you have to do it for every script you want to run. So to run 1 cmdlet to enable all scripts seems a bargain.
(Honestly I could be missing something and I probably am because you are not the first person to mention it. I just can't connect the dots.) Jeffrey Snover [MSFT] |
|
Was it just to prevent accidental script execution?