CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : Unau

Error Messages:

CategoryInfo : SecurityError: (😃 [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess

 

Solution:

Run the following code directly under the project terminal

Set-ExecutionPolicy Unrestricted -Scope CurrentUser

Read More: