Welcome to my Scripting page. This blog has ready to use VBScript and Powershell scripts either written or collected from various websites around the web
Thursday, September 27, 2007
VBScript to find Current username
'Script Start
Set WshNetwork = WScript.CreateObject("WScript.Network") WScript.Echo "Current User Name: " & WshNetwork.UserName
No comments:
Post a Comment