Hi Experts,
Is it possible to retrieve the computer name instead of only the hosts name using API?,
I am getting inconsistencies between the log-me-in name and the computer name, so it become difficult to find a pc if the computer name is different from log-me-in host name.
Example:
https://secure.logmein.com/ws/api/reportGet.aspx?companyid=<companyid>&psk=<psk>&reportid=computerstatus
I get the following fields:
1. "Host ID" (long)
1. "Group ID" (int)
2. "Computer Description" (nvarchar(80))
3. "Product Type" (varchar(100))
4. "Subscription Type" (varchar(100))
5. "Start Date" (date)
6. "Renewal Date" (date)
7. "Status" (tinyint)
8. "Last online" (date)
9. "Last Remote Session" (date)
10. "Last known IP adress" (varchar(15))
11. "Install Date" (date)
12. "Software version" (smallint)
But no computer name?????, why? can someone explain
Thanks
Thanks