Error Messages:
CategoryInfo : SecurityError: (😃 [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
Solution:
Run the following code directly under the project terminal
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
Error Messages:
CategoryInfo : SecurityError: (😃 [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
Solution:
Run the following code directly under the project terminal
Set-ExecutionPolicy Unrestricted -Scope CurrentUser