(imported topic written by MBARTOSH)
Is it possible to create an action that will update a property? I would like to update this property, “string value of selects “Model from Win32_ComputerSystem” of wmi”.
(imported topic written by MBARTOSH)
Is it possible to create an action that will update a property? I would like to update this property, “string value of selects “Model from Win32_ComputerSystem” of wmi”.
(imported comment written by SystemAdmin)
Relevance is used within global properties to pull back values of your endpoints.
Consider instead how you can change the value of “model” within the WMI Win32_ComputerSystem. IE: where does it pull that piece of information and change it. Then the global property will pull back the new value.
According to this website http://www.scriptinternals.com/new/us/support/Internal/WMI_Win32_ComputerSystem.htm Model is a property indicating the product name of the computer written by the manufacturer.
From this site, it shows how you can change those values
http://msdn.microsoft.com/en-us/library/windows/desktop/aa390418(v=vs.85).aspx