vagrant/plugins/providers/hyperv/scripts
Chris Roberts 38fed54697 Update guest IP address discovery for hyper-v guests.
Powershell helper script now returns error when guest IP address
cannot be discovered. When reading addresses from a network
device both IPv4 and IPv6 are stored and the IPv4 address has
precedence on returned address.
2017-07-28 10:18:26 -07:00
..
utils providers/hyperv: initial commit 2014-02-27 08:12:46 -08:00
check_hyperv.ps1 providers/hyperv: verify cmdlet is available [GH-3398] 2014-04-09 09:30:17 -07:00
clone_vhd.ps1 hyperv differencing disk 2016-03-01 17:23:38 +02:00
create_snapshot.ps1 Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
delete_snapshot.ps1 Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
delete_vm.ps1 providers/hyperv: destroy 2014-02-27 08:12:56 -08:00
export_vm.ps1 FIrst draft of packaging of Hyper-V boxes. Need to refactor the package_* files since right now they are copies of the virtualbox versions, might just put them in general. 2016-10-05 13:48:48 +02:00
file_sync.ps1 providers/hyperv: initial commit 2014-02-27 08:12:46 -08:00
get_network_config.ps1 Update guest IP address discovery for hyper-v guests. 2017-07-28 10:18:26 -07:00
get_network_mac.ps1 FIrst draft of packaging of Hyper-V boxes. Need to refactor the package_* files since right now they are copies of the virtualbox versions, might just put them in general. 2016-10-05 13:48:48 +02:00
get_switches.ps1 providrs/hyperv: ask for the vswitch to use 2014-02-27 08:13:18 -08:00
get_vm_status.ps1 Fixing version check and catch statement in get_vm_status 2016-06-18 17:13:24 -07:00
has_vmcx_support.ps1 Harden VMCX support. Vagrant now checks if your Windows version has support for vmcx and then uses the VMCX file. 2016-12-14 15:14:56 +01:00
import_vm_vmcx.ps1 Update conditional check to use equality check 2017-05-05 14:07:52 -07:00
import_vm_xml.ps1 Update conditional check to use equality check 2017-05-05 14:07:52 -07:00
list_snapshots.ps1 Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
restore_snapshot.ps1 Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
resume_vm.ps1 providers/hyperv: suspend/resume 2014-02-27 08:13:11 -08:00
set_network_mac.ps1 Hyper-V set mac address 2015-09-22 11:35:55 +01:00
set_network_vlan.ps1 merged vlan_id changes for hyperv by tomassrnka 2015-03-30 08:37:29 -06:00
set_vm_integration_services.ps1 First implementation for Integration services for Hyper-V as discussed in https://github.com/mitchellh/vagrant/pull/6321 #6321 2017-03-15 22:12:19 +01:00
start_vm.ps1 Fix catching "Start-VM" exceptions on Hyper-V during starting up VM 2015-01-04 00:05:50 +01:00
stop_vm.ps1 providers/hyperv: destroy 2014-02-27 08:12:56 -08:00
suspend_vm.ps1 providers/hyperv: suspend/resume 2014-02-27 08:13:11 -08:00