Skip to content

PowerShell functions around VBoxManage (VirtualBox) command-line tool

License

Notifications You must be signed in to change notification settings

saconni/PS-VirtBoxMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PS-VirtBoxMan

PowerShell useful functions around VBoxManage command-line tool

Quick Tour

PS> Get-VBoxHostOnlyIf | where IPAddress -eq "192.168.56.1" | select Name, GUID

Name                                  GUID                                
----                                  ----                                
VirtualBox Host-Only Ethernet Adapter 7fb57b86-f6d3-413c-8ab8-f8143ae6c451
PS> Get-VBoxVm | select Name, Nic1, Nic2

name                    nic1    nic2
----                    ----    ----
Android x86 Marshmallow bridged none
Android Marshmallow     nat     none

vboxmanage.exe needs to be accesible through PATH

About

PowerShell functions around VBoxManage (VirtualBox) command-line tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published