- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add –
- Add source deb [arch=amd64] https://packages.microsoft.com/debian/stretch/prod stretch main
- sudo apt-get update
- sudo apt-get install -y powershell
pwsh
Install-Module -Name VMware.PowerCLI -Scope CurrentUser
Update-Module VMware.PowerCLI
Leave a Reply