Can you filter machine names?

(imported topic written by KobieJ91)

I just took the week long training class and it helped. But I still need help figuring out how to pull patching reportings on machine names starting with “ussp”. Is there a simple way to do this?

(imported comment written by BenKus)

Hi KobieJ,

Is it just “ussp” that you are interested in? If so, you can try this:

  • Create a property with the relevance:

computer name as lowercase contains “ussp”

  • Then you can make any report and filter based on this retrieved property returning “True”

Ben

(imported comment written by ccallega91)

what if the p were a variable?

is the hostname could be ussp01, ussp02, ussp03, ussv01, ussv02, ussv03, etc

thanks,

/Chris

(imported comment written by Lee Wei)

You can try:

computer name as lowercase starts with “uss”

Lee Wei