Get-DeployOption Command | Vmware PowerCLI Reference

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

Get-DeployOption
[-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&#62 Get-DeployOption "vlan-id"

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

Related Commands

DeployOption

Get the Auto Deploy global configuration options.

Set an Auto Deploy global configuration option.