Getting existing Retrieved properties

(imported topic written by SystemAdmin)

I’m trying to check an existing retrieved property to see if it’s Vmware or not instead of pulling it from WMI again

and prepend something to the beginning if it is else prepend something else

example

SERVERNAME1 vmware

SERVERNAME2 not vmware

somthing like

ISVMSERVERNAME1

and

NOTVMSERVERNAME2

(imported comment written by BenKus)

Hi mamacher,

You can’t look up retrieved property values in other retrieved properties… You should just repeat the wmi query in your relevance.

Ben