Set-DeployOption Command | Vmware PowerCLI Reference

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

Set-DeployOption
[ -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&#62 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.