You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also had to change the default execution policy for PowerShell from Restricted to RemoteSigned otherwise it blocked the running of scripts from the profile and showed an error:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Then it worked
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: d3cbeb9a-9e7c-f8f4-5c03-5d6262d2b440
Version Independent ID: eb575c79-5b2a-45f6-646f-9d41d5d223e8
I also had to change the default execution policy for PowerShell from Restricted to RemoteSigned otherwise it blocked the running of scripts from the profile and showed an error:
Then it worked
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: