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]

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.

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

Feedback

Was this page helpful?