How to install PowerCli on Kali

  1. curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add –
  2. Add source deb [arch=amd64] https://packages.microsoft.com/debian/stretch/prod stretch main
  3. sudo apt-get update
  4. sudo apt-get install -y powershell

pwsh

Install-Module -Name VMware.PowerCLI -Scope CurrentUser

Update-Module VMware.PowerCLI

 

 

 

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Blog at WordPress.com.

Up ↑