PowerShell module to control VirtualBox by using the "Main API" COM object.
PowerShell v5.0 or higher is required.
PSVBox is a "well-formed" module. You can install it in $env:PSModulePath
and import it by invoking Import-Module PSVBox
If you are not familiar with $env:PSModulePath
, just type as follows:
git clone https://github.com/matt9ucci/PSVBox.git
Import-Module ./PSVBox/PSVBox
This github repository will be often rebased.