![]() NAME Restart-VMHostService SYNOPSIS Restarts the specified host services. SYNTAX Restart-VMHostService [-HostService] DESCRIPTION Restarts the specified host services. PARAMETERS -HostService Specify the host service you want to restart. Required? true Position? 2 Default value Accept pipeline input? true (ByValue) Accept wildcard characters? false -WhatIf Indicate that the cmdlet is run only to display the changes that would be made and actually no objects are modi fied. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false -Confirm If the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation. Required? false Position? named Default value $true Accept pipeline input? false Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type, "get-help about_commonparameters". INPUTS HostService[] OUTPUTS HostService NOTES -------------- Example 1 -------------- C:\PS>Restart-VMHostService -Service $vmHostService -Confirm:$false Restarts a host service. RELATED LINKS Online version: http://www.vmware.com/support/developer/PowerCLI/PowerCLI501/html/Restart-VMHostService.html Get-VMHostService Set-VMHostService Start-VMHostService Stop-VMHostService |