Is there a way in VBScript to grab the logged on user when the script is running on a server and the user is accessing remotely? I have an internal web site that users must authenticate to, but I need to be able to grab their username and pass it to an XML form.
I've tried WSH, which will...