Query – Advanced with Ivanti EPM

Query Advanced Ivanti – Regex rules: device names (3 chars+L, M/N), IP with 0 in 3rd field. SQL queries: recent inventory, RAM >3200 MB

With Regex

  • Example: DeviceName starting with 3 letters followed by the letter L.
Query Advanced Ivanti screenshot
  • Example: DeviceName starting with 3 characters followed by the letter L.
Query - Advanced with Ivanti EPM screenshot
  • Example: DeviceName starting with M or N.
Query - Advanced with Ivanti EPM screenshot
  • Example: IP Address with 0 in the third field.
Query - Advanced with Ivanti EPM screenshot

Query Workstations with Recent Inventory Dates

Query Advanced Ivanti – To retrieve workstations with an inventory date less than a specified number of days, execute the following SQL query:

"Computer"."Last Hardware Scan Date" > GetDate() - x
Example of hardware scan date query

Query Advanced Ivanti – Ref :

Query based on RAM

Query Advanced Ivanti – I use 3200 MB to group the systems into x86 and x64 categories.

RAM categorization based on 3200 MB

Query Advanced Ivanti – I also display the memory capacity used by each SLOT in the columns to facilitate RAM upgrades.