Syntax
Start-VMHostService [-HostService] <HostService[]> [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet starts the specified host services.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
HostService | HostService[] | Specifies the host services you want to start. | true | True (ByValue) | |
Confirm | SwitchParameter | 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. | false | False | |
WhatIf | SwitchParameter | Indicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified. | false | False |
Return Type
Zero or more restarted HostService objectsNotes
Examples
-------------------------- Example 1 --------------------------
Start-VMHostService -Service $vmHostService
Starts a host service.