Syntax
list remotegroupinfo ( string hostname, string groupname )
Description
remotegroupinfo returns the group ID and a list of members of the specified group from the remote host.
The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.
Example
#print the bin group info from the runhost print(remoteuserinfo(runhost,"bin"))