![]() NAME Get-VMHostStartPolicy SYNOPSIS Retrieves the start policy of hosts. SYNTAX Get-VMHostStartPolicy [-VMHost] DESCRIPTION Retrieves the start policy of the hosts specified by the VMHost parameter. To specify a server different from the d efault one, use the -Server parameter. PARAMETERS -VMHost Specify the hosts whose start policy you want to retrieve. Required? true Position? 1 Default value Accept pipeline input? true (ByValue) Accept wildcard characters? true -Server Specify the vSphere servers on which you want to run the cmdlet. If no value is given to this parameter, the co mmand runs on the default servers. For more information about default servers, see the description of Connect-V IServer. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? true This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type, "get-help about_commonparameters". INPUTS OUTPUTS VMHostStartPolicy NOTES -------------- Example 1 -------------- C:\PS>Get-VMHostStartPolicy -VMHost 10.23.113.212 Retrieves the start policy of the virtual machine host on IP address 10.23.113.212. RELATED LINKS Online version: http://www.vmware.com/support/developer/PowerCLI/PowerCLI501/html/Get-VMHostStartPolicy.html Set-VMHostStartPolicy |