The ComputerName property is read only and returns a string which is the current computer's name.
WScript.Echo("ComputerName =", WshNetwork.ComputerName)ComputerName = DevGuru
ServerThe following JScript code illustrates the use of this property under WSH 2.0 on a Windows 2000 system.