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>
[CommonParameters]
-Key <String>
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
String | 1 |
|
The new value for the option. | required |
|
String | named |
|
The option identifier to set. |
Output
Examples
Example 1
C:\PS> 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.