I've started working with the Get-CisService, which appears to open a WHOLE bunch of access points. Issuing a
$x = Get-CisService -Name com.vmware.appliance.health.load AND $x.help.Documentation RETURNS
{@name Load} {@term service} provides {@term operations} Get load health.
What does the @name, @term, represent / mean? I can get bits of information from $x.help.get. But I'm curious what the above means and if there is a way to consume that information. If anyone has a pointer to a website / article / etc. or perhaps a quick explanation, I'd be grateful.
Thanks
JoeA
Name Documentation
---- -------------
com.vmware.appliance.health.load {@name Load} {@term service} provides {@term operations} Get load health.