CimSystemList.GetFirstSystem (method)

Gets first system.
Syntax: Boolean = object.GetFirstSystem ( ComputerName, Project )
Parameters:
ComputerName As BSTR* - Computer name project is running on. If multiple projects contains project id after '*'
Project As BSTR* - Project name
Description: Obsolete interface use CimProjectList
The CimSystemList.GetFirstSystem obtains the list of project running on the network and returns the first one. If no systems are found returns False, otherwise True.