I intend to tie with MAC address with computer name but I failed with to it with following code that I obtained from other people .
mind help me?
name of operating system as lowercase contains “win”) AND (exists setting “Computer Name Database” of client) AND ((value of setting “Computer Name Database” of client) as string != (computer name) as string)
Do you have any more detail about what part is failing? Is a line of the actionscript failing or is it just not ending up with the results you expect?
Initially you should verify that the compname command you specified will run manually. Also, it’s a good idea to verify what {value of setting “Computer Name Database” of client)} returns using the Relevance Debugger. Depending on what is set in this key, you may need to add or remove quotes to get the compname command to accept it.