Test-LcmClusterCompliance

This cmdlet tests cluster's hosts compliance respective to its target state. You can test the specified cluster's hosts for compliance with the cluster's vSphere Lifecycle Manager desired state.

Syntax

-Cluster  <Cluster[]>
[-RunAsync]
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Cluster
Cluster[] named
  • wildcards
  • pipeline
  • Specifies a cluster whose hosts compliance to be tested against custer's vSphere Lifecycle Manager desired state.
    optional
    RunAsync
    SwitchParameter named Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter, run "help About_RunAsync" in the VMware PowerCLI console.`
    optional
    Server
    VIServer[] named
  • wildcards
  • 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 servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.

    Output

    VMware.VimAutomation.ViCore.Types.V1.Lcm.ClusterCompliance

    Examples


    Example 1

    Test-LcmClusterCompliance -Cluster Cluster

    Tests the cluster's hosts compliance respective to its target state.

    Related Commands

    Feedback

    Was this page helpful?