Get-VMHostAdvancedConfiguration

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.

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
VMHost
VMHost[] 1
  • wildcards
  • pipeline
  • Specifies the hosts for which you want to retrieve the configuration settings.
    optional
    Name
    String[] named
  • wildcards
  • Specifies the names of the host configuration settings you want to retrieve.
    optional
    Server
    VIServer[] named
  • wildcards
  • pipeline
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null 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.

    Output

    System.Collections.Hashtable

    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".

    Related Commands

    Feedback

    Was this page helpful?