Restart-VIApplianceService

This cmdlet restarts the specified appliance service(s).

Syntax

-ApplianceService  <ViApplianceServiceInfo[]>
[-Server  <VIServer>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
ApplianceService
ViApplianceServiceInfo[] named
  • pipeline
  • Specifies the appliance services to be restarted.
    optional
    Server
    VIServer named Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default server. For more information about default servers, see the description of the Connect-VIServer cmdlet.

    Output

    ViApplianceServiceInfo

    Examples


    Example 1

    Get-VIApplianceService crond | Restart-VIApplianceService

    Retrieves the specified appliance service and restarts it.

    Related Commands

    Feedback

    Was this page helpful?