PowerCLI Reference

Get-VMHostAdvancedConfiguration

Synopsis

This cmdlet retrieves the advanced configuration of the hosts.

Syntax

Get-VMHostAdvancedConfiguration [[-Name] <String[]>] [-VMHost] <VMHost[]> [-Server <VIServer[]>] [<CommonParameters>]

Related Commands

Online version
Set-VMHostAdvancedConfiguration

Detailed Description

This cmdlet is deprecated. Use Get-AdvancedSetting instead.

This cmdlet retrieves the advanced configuration of the hosts. For each of the specified hosts, the cmdlet returns a hash table mapping the names of the settings to the corresponding values.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
NameString[]Specifies the names of the host configuration settings you want to retrieve.falsefalse
VMHostVMHost[]Specifies the hosts for which you want to retrieve the configuration settings.truetrue (ByValue)
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falsetrue (ByValue)

Return Type

Zero or more System.Collections.Hashtable objects

Notes

Examples

-------------- Example 1 --------------

Get-VMHostAdvancedConfiguration -VMHost 10.23.123.100 -Name net*tcp*

Retrieves the virtual machine host advanced configuration settings, whose names contain "net" and "tcp".


Copyright © VMware, Inc. All rights reserved.