hypy
hypy copied to clipboard
Multiplatform Hyper-V Manager using Python and freeRDP
Before sending commands, verify if there is already a user connected to the vm and prompt the user to proceed or cancel. This can be accomplished by running a custom...
In the README.md file it's said that hypy.py file is the handler for any interfacing with Hyper-V, but I couldn't find it. Could you help me, please?
Whenever there are more than one snapshot with the same name, an exception is raised on "rm" or "restore" actions passing the name as it's identity.
hypy uses the checkpoint name to find out which one to restore. If there are two checkpoints with the same name, the powershell will emit a error message trying to...
Create a subcommand that allows copying files between client machine and remote virtual machine. The virtual machine can be specified by index or name. This can be done using hyper-v...
The /cert-ignore of xfreerdp command has been deprecated. The new flag is /cert:ignore. Linux still has the old flag active but mac version already removed it.
maybe someone could add a local execution of the commands to: - [hypy/hypy/modules/hvclient.py run_ps()](https://github.com/avanzzzi/hypy/blob/207cc3019d7f5585cf3b73feda30fadf1e699362/hypy/modules/hvclient.py#L322C5-L322C11) that way you can use python on a local hyper-v machine to manage vm's