ContributionsMost RecentMost LikesSolutionsRe: 'Kaspersky Software Updater' keeps installing, but I got rid of Kaspersky AV I also spoke with a logmein tech about this. The kaspersky updater isn't part of an antivirus but is used for updating third party software. It's normal for all central installs if you want to be able to update non-microsoft software. It's a tool for updates. Not sure why it was so difficult to get this answer from them. API setting custom fields I need to set values for a few custom fields and am getting an error response from the API service. I'm able to use all of the other API calls with no problem, just setting a value to custom fields has an issue. I get this response with both PowerShell invoke-restrequst and in Postman: { "errorCode": "d729835050", "message": "An error occurred. If this problem happens again, please contact customer support at https://logmein.com/support and quote the error code." } The response code is 200 OK. Trying different fields or computers doesn't help. I've contacted LMI support first of course and have a ticket open but haven't gotten any word back from them as they have sent the ticket to their API team. Has anyone else encountered or overcome this error? Re: Hardware/System inventory token null? Actually figured this one out. Didn't catch from the documentation that I need to POST a hardware report first, get the token number, then add that to the URL. Hardware/System inventory token null? Hi, I'm working on a script to update some of my custom field values in central and have run into an issue. When I request the hardware or system inventory report token the response is a 200 OK but all I get back is null value for the token and expiration date. Here is a copy paste of the response content: {"expires":null,"token":null} Tested with postman and got the same result. Any tips appreciated. Solved