mirror of
https://github.com/Corsinvest/cv4pve-api-powershell.git
synced 2026-04-25 20:25:48 +03:00
[GH-ISSUE #13] How to execute commands on VM via QEMU #12
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-powershell#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HenrikPedDK on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-powershell/issues/13
What happened?
I need to be able to execute commands on my VMs (qm guest exec). I can do this with the shell on the host directly, but it would be nice to be able to do it via Powershell as well. Do you have a way to do this through PS or would you maybe consider implementing it in your plugin?
Expected behavior
I am filing this question here because i was told to :)
Relevant log output
No response
Proxmox VE Version
8.x
Version (bug)
8.x
Version (working)
No response
On what operating system are you experiencing the issue?
Windows
Pull Request
@franklupo commented on GitHub (Jan 17, 2024):
Hi,
in documentation https://raw.githack.com/Corsinvest/cv4pve-api-powershell/master/doc/index.html
searxch New-PveNodesQemuAgentExec.
https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/agent/exec
https://pve.proxmox.com/wiki/Qemu-guest-agent
https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
best regards
@franklupo commented on GitHub (Jan 18, 2024):
News?