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.
1 parent fef4eef commit 62ec18fCopy full SHA for 62ec18f
articles/azure-arc/servers/run-command.md
@@ -53,7 +53,7 @@ The following examples use [az connectedmachine run-command](/cli/azure/connecte
53
This command delivers the script to the machine, executes it, and returns the captured output.
54
55
```azurecli
56
-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!"
57
```
58
59
### List all deployed RunCommand resources on a machine
0 commit comments