Use this really simple VBScript to get the currently logged on user name.
1 2 3 | Set wshNetwork = CreateObject("WScript.Network") strUser = wshNetwork.Username WScript.Echo "Current User: " & strUser |
Use this really simple VBScript to get the currently logged on user name.
1 2 3 | Set wshNetwork = CreateObject("WScript.Network") strUser = wshNetwork.Username WScript.Echo "Current User: " & strUser |
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
A few highly recommended friends...
All entries, chronologically...






