quonic / ProxmoxCLI

A Proxmox PowerShell module for accessing your Proxmox APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Proxmox PowerShell module for accessing your Proxmox APIs

License:MIT License


Languages

Language:PowerShell 99.4%Language:Gherkin 0.6%