Ask the Community
Groups
How can I filter on agents that need to be updated (old agent versions) - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION</strong><br>How can I create a filter to show me the agents that need to be updated - those that are not up to date on the latest version?<br><br><strong>ANSWER</strong><br>There are a couple of tricks to this, firstly, the agent version, such as 8.0.0.3 is a string, and so trying to use less-than or greater-than operators on strings often provides unexpected results.<br>For this reason, the agent version is actually stored as a number, which each of the dots being represented as a 0, thus<br>8.0.0.3 becomes 8000003 and 6.3.0.19 becomes 60300019.<br>This allows us to do less than operations.<br><br>Please see the attached screenshot showing how to filter on agents with a lower version than 8.0.0.4</p> <p> </p> <p><img src="https://us.v-cdn.net/6032361/uploads/migrated/5Z72ZMCXYEEF/3-8-2018-7-54-09-am.png" alt="3-8-2018_7-54-09_AM.png" class="embedImage-img importedEmbed-img"></img></p> </article> </main>