Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workaround for dealing with WinRM 3.0 and newer #79

Merged
merged 1 commit into from
Aug 14, 2013
Merged

workaround for dealing with WinRM 3.0 and newer #79

merged 1 commit into from
Aug 14, 2013

Conversation

smurawski
Copy link
Contributor

I added a check to see what version of WinRM is in play and if the version is greater than 2, I added a powershell script to return the required data to match the original wmi query. The current winrm gem doesn't properly query all the WMI classes (API's changed some it appears).

This should add support for VMs running WMF3 and 4, Windows 8/8.1, Server 2012, and Server 2012 R2.

@sneal
Copy link
Member

sneal commented Aug 14, 2013

Thanks for putting this together. :shipit:

sneal added a commit that referenced this pull request Aug 14, 2013
workaround for dealing with WinRM 3.0 and newer
@sneal sneal merged commit 70a5c86 into WinRb:vagrant-1.2 Aug 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants