techwiggle
Technical User
here is in a nutshell what I'm trying to do:
I would like to have a script that will go out and check username to computername and output results with IPaddress of computername.
so like
1. I enter username of user in input box
2. that username should be compared (or mapped) to the computername for that user (usually includes username in part of computername)
3. need to either pass the computername info into a poup box or better yet the ipaddress of the computername into a popup box. (so there would be a ping reauest going on and the output would then be displayed in window)
the reason behind this is that I would like to have the ipaddress information so I don't have to ask the user for the IPaddress information (cuz half the time they don't know where to go) overall this should save some time.
any suggestions on how to go about it would be greatly appreciated.
I would like to have a script that will go out and check username to computername and output results with IPaddress of computername.
so like
1. I enter username of user in input box
2. that username should be compared (or mapped) to the computername for that user (usually includes username in part of computername)
3. need to either pass the computername info into a poup box or better yet the ipaddress of the computername into a popup box. (so there would be a ping reauest going on and the output would then be displayed in window)
the reason behind this is that I would like to have the ipaddress information so I don't have to ask the user for the IPaddress information (cuz half the time they don't know where to go) overall this should save some time.
any suggestions on how to go about it would be greatly appreciated.