< Back
Get-VMHostAdvancedConfiguration
Post
NAME Get-VMHostAdvancedConfiguration
SYNOPSIS
This cmdlet retrieves the advanced configuration of the hosts.
SYNTAX
Get-VMHostAdvancedConfiguration [[-Name] <String[]>] [-VMHost] <VMHost[]> [-Server <VIServer[]>]
[<CommonParameters>]
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
-Name <String[]>
Specifies the names of the host configuration settings you want to retrieve.
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? true
-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.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? true
-VMHost <VMHost[]>
Specifies the hosts for which you want to retrieve the configuration settings.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? true
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Zero or more System.Collections.Hashtable objects
NOTES
-------------------------- 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 LINKS
Online Version: https://code.vmware.com/doc/preview?id= ... ation.html
Set-VMHostAdvancedConfiguration
SYNOPSIS
This cmdlet retrieves the advanced configuration of the hosts.
SYNTAX
Get-VMHostAdvancedConfiguration [[-Name] <String[]>] [-VMHost] <VMHost[]> [-Server <VIServer[]>]
[<CommonParameters>]
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
-Name <String[]>
Specifies the names of the host configuration settings you want to retrieve.
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? true
-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.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? true
-VMHost <VMHost[]>
Specifies the hosts for which you want to retrieve the configuration settings.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? true
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Zero or more System.Collections.Hashtable objects
NOTES
-------------------------- 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 LINKS
Online Version: https://code.vmware.com/doc/preview?id= ... ation.html
Set-VMHostAdvancedConfiguration