Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.54 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.54 KB

ProxmoxCLI

A Proxmox module for accessing your Proxmox APIs similar in functionality to PowerCLI for VMWare

Current Stage

  • Developing and Testing
  • NOT Production Ready, yet.
  • Work on a way to dynamicly generating cmdlets from apidata.js

Build status

GitPitch PitchMe presentation

Contributing

See CONTRIBUTING.md.

Building

  • Clone this repository.
  • .\build.ps1
  • Import-Module .\output\ProxmoxCLI\

Using 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.

More Information

For more information

This project was generated using Kevin Marquette's Full Module Plaster Template.