Skip to content

A Proxmox PowerShell module for accessing your Proxmox APIs

License

Notifications You must be signed in to change notification settings

quonic/ProxmoxCLI

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published