ContributionsMost RecentMost LikesSolutionsRemote Execution : Success Exit Code Hey I have PS script that collects a bunch of info and fires off a JSON post request. For the most part this is successful, however, items are listed as Job Timed out within LMI remote Execution console. Is there an item or code I can return on my script ending to indicate to Remote Execution that it was successful? Thanks Re: Central API System Inventory Limit? forgot to say, in a loop that check for null token with sleep of 60s between requests.....1000 machines took about 24 mins....eurgh Re: Central API System Inventory Limit? Hey I just revisited this myself in the last week, The token is returned in the response, but it the same token as the one generated creating the report, I've not a great programmer but I just put the API call in a loop and check that token was not returned "null" and it works Hope that helps