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

[-Key  <String>]
[CommonParameters]

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.

Output

Examples


Example 1

C:\PS> Get-DeployOption "vlan-id"

Get the value for the default VLAN ID for the ESXi Management Network.

Related Commands

Feedback

Was this page helpful?