I need a way of returning the computer name of the computer on which user x is logged on to. Is this possible?!
At the moment I have a batch file containing the following commands but it isnt a complete solution:
nbtstat -r
net send %1 .
nbtstat -c
Many thanks in advance!
At the moment I have a batch file containing the following commands but it isnt a complete solution:
nbtstat -r
net send %1 .
nbtstat -c
Many thanks in advance!