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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tumblor

  1. tumblor

    Selective File Copy, Subfolders too

    Thanks Tsuji, that's some good code, I ran it and got a listing of all folders and subfolders in c:\test\start, so it's working. One question if I may, how or where would you work in a selective file copy? For example, where would I place my statements to copy all *.doc and *.xls files to the...
  2. tumblor

    Selective File Copy, Subfolders too

    I am looking to achieve the following: 1) Copy a folder maintaining the file structure of the source 2) Copy only certain extensions like *.doc and *.xls Now I have two ways I've been trying this, WMI: Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer...
  3. tumblor

    Can I ask Exchange 5.5 a question?

    I am sitting in an NT 4 environment with exchange 5.5 on the server. No active directory. Often times I get people requesting NT global groups to be setup, and they supply me with a Distribution List from exchange. Is there any VBScript way to ask the Exchange server which users it has in any...
  4. tumblor

    Using GetObject with Vbscript & HTML

    Thanks bdragun.
  5. tumblor

    Using GetObject with Vbscript & HTML

    I'm having this problem, I'm unclear on what finally fixed it for you bdragun, can you elaborate?
  6. tumblor

    Query WinNT provider for user account info

    We do have a naming convention, but there the SAM for the security domain is massive! Middle initials are common, and names don't always match the convention to a tee. I saw a script that allow you to query an LDAP provider through VBScript, is there a way to do it with an NT domain?
  7. tumblor

    Query WinNT provider for user account info

    I work in an NT environment and I am putting together scripts that get around opening up user mangler and waiting for it to enumerate 1000's of names. I manage a lot of security groups, and I want to do the following. People often ask me to add and delete users from groups, so what I have is...

Part and Inventory Search

Back
Top