Installing ProxmoxCLI
<!-- # Install ProxmoxCLI from the Powershell Gallery
Find-Module ProxmoxCLI | Install-Module
#Import Module
Import-Module ProxmoxCLI -->
Building
- Clone this repository.
.\build.ps1Import-Module .\output\ProxmoxCLI\
Using ProxmoxCLI
- Connect to a Proxmox sever with
Connect-PveServer -Server "Proxmox1", use-BypassSSLCheckif your computer doesn't trust the SSL cert from the Proxmox server. - Run
Get-Node | Get-Guestand you should see a list of your guests.