Test-DeployRuleSetCompliance
Checks whether the specified hosts are compliant with a specified rule set. If not rule set is specified, the currently active rule set is used.For example, if a rule specifies a particular host profile should be attached to a host, and a different host profile is actually attached to that host, the host is out of compliance.The output of this cmdlet is a TestResult object that contains the VMHost object and a list containing the current item associated with the host and the expected item, according to the rules. If the list of items is empty, the host is in compliance with the rule set.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
VMHost[] | named |
|
Host to check for compliance. | optional |
|
DeployRuleSet | named |
|
Rule set to use for checking compliance. The active rule set is used by default. |
Output
Examples
Example 1
Check the compliance of ESXi host "h1" against the active rule set.
Example 2
Check the compliance of ESXi host "h1" against the active rule set.
Related Commands
DeployRule
DeployRuleSet