With Regex

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

Query Workstations with Recent Inventory Dates

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

Ref :

Query based on RAM

I use 3200 MB to group the systems into x86 and x64 categories.

RAM categorization based on 3200 MB

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

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.