I am trying to develop a report I can run that will give me the active status of a server. Rather than use the ping assets function, I would like to see if it is responding to an RDP request. Anyone have an idea on how I can run this against a given set of assets to return a status for each server?
Unfortunately, this is not something that can be easily done. The result of the actions and the built-in ping check in the web console are not stored in the database. Therefore you can't report on it.
What I have seen in the past is a report which basically just checks if the last scan attempt was successful or not.