AppREPACK
All about Application Packaging, Virtualization and Deployment
Pages
Home
AppREPACK
Showing posts with label
read computer name
.
Show all posts
Showing posts with label
read computer name
.
Show all posts
Friday, 15 June 2012
Get ComputerName and Username - VBScript
Set oNetwork = CreateObject("WScript.Network")
sUserName = oNetwork.UserName
sComputerName = oNetwork.ComputerName
MsgBox("UserName = " & sUserName & vbCRLF & "ComputerName = " & sComputername)
Older Posts
Home
Subscribe to:
Posts (Atom)