Set-DeployOption
Set the value of an Auto Deploy global configuration option.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
[
-Value
]
< String >
-Key
< String >
[-ProgressAction
< ActionPreference > ]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
Value | String | 1 |
|
The new value for the option. |
required
|
Key | String | named |
|
The option identifier to set. |
optional | ProgressAction | ActionPreference | named |
|
Output
Examples
Example 1
Set-DeployOption "vlan-id" 42
Set the default VLAN ID for the ESXi Management Network to 42.
Related Commands
DeployOption
Get the Auto Deploy global configuration options.
Set an Auto Deploy global configuration option.