Skip to content

Commit

Permalink
adding all valid input for the AdminUserName input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
elangelo committed Jan 25, 2018
1 parent e2aa8ab commit 1eea647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/PowerShellOnTargetMachines/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"label": "Admin Login",
"defaultValue": "",
"required": false,
"helpMarkDown": "Administrator login for the target machines."
"helpMarkDown": "Administrator login for the target machines. <br> Eg: Format: Domain\\Admin User, Admin User@Domain, .\\Admin User"
},
{
"name": "AdminPassword",
Expand Down

0 comments on commit 1eea647

Please sign in to comment.