Stop-VMHostService

This cmdlet stops the host service specified by the Service parameter.

Syntax

-HostService  <HostService[]>
[CommonParameters]

Parameters

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

    Output

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

    Examples


    Example 1

    Start-VMHostService -Service $vmHostService

    Stops a host service.

    Related Commands

    Feedback

    Was this page helpful?