Basic PowerShell Pt17 Set Execution Policy for Scripts

preview_player
Показать описание
Professor Robert McMillen shows you how to set execution policy using PowerShell. If it is too locked down, the scripts won't run. If too unrestricted, then it could be a security risk.
Рекомендации по теме
Комментарии
Автор

For an average user who uses PC for personal usage, do you think restricted is beneficial ? Mine was set to unrestricted but I changed it to restricted because I want to put security above everything. By putting it on restricted will it stop programs from running ? Do you suggest me to put mine under restricted or under remotesigned ?Thank you

DaisyTT
Автор

error message received: a :


The term 'a' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ a
+ ~
+ CategoryInfo : ObjectNotFound: (a:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException




ALSO this keeps appearing:
Cannot load PSReadline module. Console is running without PSReadline.

jtcintl