From ee27bc292dc011ffc6c69a4ed087d17da5138617 Mon Sep 17 00:00:00 2001 From: adityapatwardhan Date: Mon, 11 May 2015 13:51:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02cfff2..760dc0e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Description The contents on the Remotely block are executed on a remote runspace. The connection information of the runspace is supplied in a CSV file of the format: ``` +ComputerName,Username,Password ComputerName1,Username1,Password1 ComputerName2,Username2,Password2 ``` @@ -21,6 +22,7 @@ is created for executing the script block. If the password has a ',' then it needs to be escaped by using quotes like: ``` +ComputerName,Username,Password ComputerName1,Username1,Password1 ComputerName2,Username2,"Some,other,password" ```