az scvmm vm guest-agent
Note
This reference is part of the scvmm extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az scvmm vm guest-agent command. Learn more about extensions.
Vm guest agent.
Commands
Name | Description | Type | Status |
---|---|---|---|
az scvmm vm guest-agent enable |
Enable guest agent on the vm. |
Extension | GA |
az scvmm vm guest-agent show |
Get details of a guest agent by guest agent name, resource-group and vm name. |
Extension | GA |
az scvmm vm guest-agent enable
Enable guest agent on the vm.
az scvmm vm guest-agent enable --password
--resource-group
--username
--vm-name
[--https-proxy]
[--no-wait]
Examples
Enable guest agent on the vm
az scvmm vm guest-agent enable --username contoso-user --password contoso-pass --resource-group contoso-rg --subscription contoso-sub --vm-name contoso-vm
Required Parameters
Username password credentials to use for connecting to the VM.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Username to use for connecting to the vm.
Name of the VM.
Optional Parameters
HTTPS proxy server url for the VM.
Do not wait for the long-running operation to finish.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az scvmm vm guest-agent show
Get details of a guest agent by guest agent name, resource-group and vm name.
az scvmm vm guest-agent show --resource-group
--vm-name
Examples
Get details of a guest agent
az scvmm vm guest-agent show --resource-group contoso-rg --vm-name contoso-vm
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the VM.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.