A Proxmox module for accessing your Proxmox APIs similar in functionality to PowerCLI for VMWare
- Developing and Testing
- NOT Production Ready, yet.
- Work on a way to dynamicly generating cmdlets from apidata.js
See CONTRIBUTING.md.
- Clone this repository.
.\build.ps1
Import-Module .\output\ProxmoxCLI\
- Connect to a Proxmox sever with
Connect-PveServer -Server "Proxmox1"
, use-BypassSSLCheck
if your computer doesn't trust the SSL cert from the Proxmox server. - Run
Get-Node | Get-Guest
and you should see a list of your guests.
For more information
This project was generated using Kevin Marquette's Full Module Plaster Template.