vboxmanage: update page; vboxmanage-{controlvm, extpack, list, showvminfo, startvm}: add page (#11667)

* vboxmanage: update page; vboxmanage-{controlvm, extpack, list, showvminfo, startvm}: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Valentin
2023-12-06 02:40:47 +01:00
committed by GitHub
parent 78f233ab92
commit f048a476e5
6 changed files with 157 additions and 20 deletions

View File

@@ -0,0 +1,28 @@
# vboxmanage-showvminfo
> Show information about registered virtual machine.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-showvminfo>.
- Show information about a particular virtual machine:
`VBoxManage showvminfo {{vm_name|uuid}}`
- Show more detailed information about a particular virtual machine:
`VBoxManage showvminfo --details {{vm_name|uuid}}`
- Show information in a machine readable format:
`VBoxManage showvminfo --machinereadable {{vm_name|uuid}}`
- Specify password ID if the virtual machine is encrypted:
`VBoxManage showvminfo --password-id {{password_id}} {{vm_name|uuid}}`
- Specify the password file if the virtual machine is encrypted:
`VBoxManage showvminfo --password {{path/to/password_file}} {{vm_name|uuid}}`
- Show the logs of a specific virtual machine:
`VBoxManage showvminfo --log {{vm_name|uuid}}`