Now that we have our new Linux Virtual Machine running Powershell let’s update our Hyper V host.
Installing Powershell
To install PowerShell on Windows download a released package from their GitHub releases page. Once downloaded, double-click the installer and follow the install wizard.
There is a shortcut placed in the Start Menu upon installation.
By default the package is installed to $env:ProgramFiles\PowerShell\
You can launch PowerShell via the Start Menu or $env:ProgramFiles\PowerShell\powershell.exe
Credit
- PowerShell Documentation: Install Powershell on Windows