After a restart, first powershell wants an Execution Policy Change
hello all, i fouled when tried set executionpolicy remotesigned via gpo. have since removed , have reviewed several forum posts, none have "fixed" problem. i reboot , login. the first powershell script run, via right-click & 'run powershell' causes "execution policy change" prompt appear. appears before in script has run. doing get-executionpolicy -list results in 5 returns. machinepolicy, userpolicy, , currentuser return undefined, process returns bypass, , localmachine returns remotesigned. i've been doing testing on machine , here see. first command in script get-executionpolicy -list i restart , login. run powershell via powershell shortcut. no prompt. process undefined, not bypass. restart , login. right click script , prompt. say y , process bypass. restart , login. right click script , prompt. say n , process undefined. restart , login. run powershell, cd sc...