We have defined a retrieved Property named Location in TEM console whose relevance definition is given below.
values of headers “Subject” of relevant fixlets whose (value of header “X-Fixlet-Type” of it as lowercase = “computergroup”) of site “actionsite”
We are getting more than one locations but we want to assign a single location for computers with multiple subnets i.e. a computer having more than one subnet address should have a single entry in the location property. We want to customize this like if Local area connection is available and running then it should consider LAN interface as 1st preference and neglect others. If LAN is not present or running then it should consider Wireless network connection as 2nd preference.
I’m not sure what this has to do with a “location”. Can you elaborate on what you mean by “location”? Alternatively you can assign a custom registry entry with a specific location and call to that? It may not be a dynamic solution but if you don’t expect things to move around much I wouldn’t be too worried about it.
You assign each PC/Server with a Custom Setting of what you want then call to it in the registry. For instance, if you give it the name “Location” then say the value is “Headquarters”, you could point your property at the registry entry like so:
value whose (name of it is “value”) of key “HKLM\SOFTWARE\Wow6432Node\BigFix\EnterpriseClient\Settings\Client\Location” of registry
This will give you the value of “Headquarters” and you can use it to your heart’s content. Am I on the right track?