The FindComputer method finds a computer unit given its name.
Parameters
The session identifier.
The computer name to search for. This may contain wildcard characters (*).
The number of computers that should be returned from the search if more than one match is found.
This parameter specifies which computer properties to retrieve. Mandatory if noOfComputers is greater than 0.
Return Values
An array of computer properties structures, one for each computer matched by the search. This array will either be of the size of the number of computers matched by the search, or of the number of computers requested by the method call - whichever size is the lowest.
The total number of computers that were matched by the search. You can use this to indicate that there were more matches found than the requested number of computers.
Remarks
The method supports wildcard pattern matching for the computer name. The name is case insensitive.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|