Hi,
Help me understanding your question, you want to give the local host name of the machine in which the script is running?
If yes then you can use the environment variable to fetch that info and parse it to the OR.
now using the SetToProperty method you can update the object property value.
The second option is to use the regular expression.
Let me know if you need any further info.
Help me understanding your question, you want to give the local host name of the machine in which the script is running?
If yes then you can use the environment variable to fetch that info and parse it to the OR.
Code:
Dim strHostName : strHostName = Environment("LocalHostName")
The second option is to use the regular expression.
Let me know if you need any further info.
Thanks,
SUpputuri
SUpputuri