vagrant/plugins/providers/hyperv
Michael T Lombardi 9e1d05641f Ensure Hyper-V cmdlets are fully qualified
+ This disambuguates calls to the Hyper-V functions for the Hyper-V provider.
The ambiguity of some commands - such as `Get-VM` - causes the Hyper-V provider
to fail on systems where VMware PowerCLI is installed. This change ensures that
all calls to Hyper-V specific cmdlets or functions are prepended by `Hyper-V\`.
This ensures the correct cmdlet calls are being made.
+ Resolves  #8862.
2017-12-15 08:30:38 -06:00
..
action Removed rogue $ from string in hyperv import.rb 2017-12-10 11:09:49 +10:00
cap Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
scripts Ensure Hyper-V cmdlets are fully qualified 2017-12-15 08:30:38 -06:00
action.rb Update hyperv and docker providers to raise exception on SSH when machine is not ready 2017-05-05 14:01:12 -07:00
config.rb Merge remote-tracking branch 'mitchellh/master' into feature-hyperv-integration-services-fresh 2017-03-23 07:49:57 +01:00
driver.rb 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
errors.rb providers/hyperv: verify cmdlet is available [GH-3398] 2014-04-09 09:30:17 -07:00
plugin.rb Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
provider.rb Add method to detect if a Windows user is a member of the "Hyper-V Administrators" group. 2015-12-10 07:04:39 -08:00