powershell

  1. S

    Proxmox API - getting information for specific cluster

    I am currently using the Corsinvest.ProxmoxVE.Api powershell module to do API calls to Proxmox to get all nodes and all VMs which I then publish on an internal web site for engineers to see. One challenge I have is looking at Cluster information. I use the 'Get-PveClusterStatus' to get the...
  2. S

    Log out of Proxmox connection with API/Powershell

    I just started using/exploring the Corsinvest.ProxmoxVE.Api module (https://github.com/Corsinvest/cv4pve-api-powershell) to automate getting VM inventory. I connect with : Connect-PveCluster -HostsAndPorts $server:8006 -ApiToken $token -SkipCertificateCheck Is there a way to disconnect...
  3. M

    Powershell API not working?

    Hi, I'm quite new to powershell and proxmox im trying to use the restful API service on proxmox to manage nodes from powershell. at the moment im struggling to get started as when i try to get a ticket, is not taking it, im using part of the code in this post...