PS C:\Users\anand> Get-ExecutionPolicy // first run this Restricted // if restricted run below code PS C:\Users\anand> Set-ExecutionPolicy -Scope CurrentUser
cmdlet Set-ExecutionPolicy at command pipeline position 1 Supply values for the following parameters: ExecutionPolicy: RemoteSigned // remotesigned in run
PS C:\Users\anand>