chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Use winrm v2 and allow users to pass a shell #392

Closed mwrock closed 8 years ago

mwrock commented 8 years ago

This uses the just released winrm v2 gems and allows users to specify a winrm shell. This can be cmd, powershell, or elevated. cmd is the default. elevated will run commands via a powershell based scheduled task.

rhass commented 8 years ago

:+1: