Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Fix issue #4342 - PowerShell cmdlet name collision with VMware PowerCLI #4404

Merged
merged 1 commit into from
Feb 26, 2018

Conversation

davemay99
Copy link
Contributor

When VMware PowerCLI is installed alongside Hyper-V, there are multiple command collisions which prevent the hyperv machine driver from working as expected. This issue is reported in #4342, and is fixed by prepending the hyper-v module name to ensure the correct module is used.

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "4342-powercli-collision" git@github.com:davemay99/machine.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@dgageot
Copy link
Member

dgageot commented Feb 26, 2018

LGTM

@dgageot dgageot merged commit 4b69069 into docker:master Feb 26, 2018
@davemay99 davemay99 deleted the 4342-powercli-collision branch February 26, 2018 17:05
@davemay99 davemay99 restored the 4342-powercli-collision branch February 26, 2018 17:08
@shin- shin- added this to the 0.14.0 milestone Feb 26, 2018
@tannerchung
Copy link

I've installed version 0.14.0-rc1, build e918c74, but I'm getting the error reported: "Error with pre-create check: "Hyper-V PowerShell Module is not available". Does anyone have advice one what I should be looking out for?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants