Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. EngDaveS

    Enumerating computer names in a domain (LAN)

    sorry remove the bit that says whyme = wscript.echo because that gives you the usernames and the other wscript command in there will bring up the box. Otherwise it should log all computer accounts on the domain to the file you specify
  2. EngDaveS

    Enumerating computer names in a domain (LAN)

    Hi you can do it by the script below. This will ask you for a domain and a path and filename for the log 'System variables - dont change Dim TempFile, computer, domain, DomainSub, inputfile, outputfile Const HKEY_LOCAL_MACHINE = &H80000002 Const ForWriting = 2 Const ForReading = 1 Const...

Part and Inventory Search

Back
Top