Start-VMHostService

This cmdlet starts the specified host services.

Syntax

-HostService  <HostService[]>
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
HostService
HostService[] named
  • pipeline
  • Specifies the host services you want to start.

    Output

    VMware.VimAutomation.ViCore.Types.V1.Host.HostService

    Examples


    Example 1

    Start-VMHostService -HostService $vmHostService

    Starts a host service.

    Related Commands

    Feedback

    Was this page helpful?