Powershell
- Prerequisites:
- - Administrator access on your workstation.
- Estimated Time: 5 minutes
- Estimated Cost: none
In this step we configure Microsoft PowerShell on your workstation.
- Installing PowerShell 7
- Allow RemoteSigned modules: Open PowerShell with administrative privileges.
You can do this by searching for "PowerShell" in the Start menu, right-clicking on the PowerShell app,
and selecting "Run as administrator".
Get-ExecutionPolicy
- If the Policy is not RemoteSigned or Unrestricted, then execute:
Set-ExecutionPolicy RemoteSigned