Get-DeployOption
Get one or more Auto Deploy global configuration options.Available options: * vlan-id: The default VLAN ID for the ESXi Management Network of a host booted through Auto Deploy. Note that this value will only be used if the host boots without a host profile.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional | Key | String | named |
|
The option identifier to retrieve. If this parameter is not specified, all available options will be returned. |
optional | ProgressAction | ActionPreference | named |
|
Output
Examples
Example 1
Get-DeployOption "vlan-id"
Get the value for the default VLAN ID for the ESXi Management Network.
Related Commands
DeployOption
Get the Auto Deploy global configuration options.
Set an Auto Deploy global configuration option.