I'm really close to getting this to work, but I need some help with KiX syntax...I was hoping you guys could help...I found software that runs as a VBScript that is only 2 lines and I'd like to incorporate it into my KiX script. I need to take the value that the VBScript spits out and incorporate it into my script...here is what I've got:

set oWts = CreateObject("WtsScript.WtsQuery")
WScript.Echo oWts.ClientIp

Instead of doing an echo, how could I take the value and create a variable?

Thanks for all the help!
Mike