README.md in vagrant-winrm-0.4.0 vs README.md in vagrant-winrm-0.5.0
- old
+ new
@@ -4,11 +4,11 @@
**NOTE:** This plugin requires Vagrant 1.6+
## <a name="features"></a> Features
-* Execute remote command
+* Execute remote command (even with elevated credentials)
* Upload files
* Retrieve WinRM configuration
## <a name="installation"></a> Installation
@@ -23,9 +23,12 @@
### <a name="usage-winrm"> winrm
This command allows you to execute arbitrary remote commands through WinRM.
vagrant winrm -c "pre-install.bat" -c "install.bat" -c "post-install.bat" Windows2008VM
+
+The following command run the given command with local elevated credentials
+ vagrant winrm -e -c "winrm get winrm/config Windows2008VM
### <a name="usage-winrm-upload"> winrm-upload
This command allows you to upload a file or a directory to your machine through WinRM.