We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c2273 + 62ec18f commit 44ffae3Copy full SHA for 44ffae3
articles/azure-arc/servers/run-command.md
@@ -54,7 +54,7 @@ The following examples use [az connectedmachine run-command](/cli/azure/connecte
54
This command delivers the script to the machine, executes it, and returns the captured output.
55
56
```azurecli
57
-az connectedmachine run-command create –-name "myRunCommand" --machine-name "myMachine" --resource-group "myRG" --script "Write-Host Hello World!"
+az connectedmachine run-command create --name "myRunCommand" --machine-name "myMachine" --resource-group "myRG" --script "Write-Host Hello World!"
58
```
59
60
### List all deployed RunCommand resources on a machine
0 commit comments