Syntax
Get-VMHostAdvancedConfiguration [[-Name] <String[]>] [-VMHost] <VMHost[]> [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet is deprecated. Use Get-AdvancedSetting instead.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String[] | Specifies the names of the host configuration settings you want to retrieve. | false | false | |
VMHost | VMHost[] | Specifies the hosts for which you want to retrieve the configuration settings. | true | true (ByValue) | |
Server | VIServer[] | 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. | false | true (ByValue) |
Return Type
Zero or more System.Collections.Hashtable objectsNotes
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".