From 44bae3bf965e54585b5740c0d7d2257c16e328ed Mon Sep 17 00:00:00 2001 From: John Jelinek IV Date: Wed, 30 Oct 2013 15:09:11 -0500 Subject: [PATCH] Update README Add usage commands --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4069a40..4df8a07 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,15 @@ Or install it yourself as: ## Usage -TODO: Write usage instructions here +### Command Line Execution +``` +winrm-cli cmd your_command --computer your_computername --username your_username --password your_password +``` + +### Powershell Script Execution +``` +winrm-cli script your_script --computer your_computername --username your_username --password your_password +``` ## Contributing