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