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 CFUS

  1. CFUS

    Enumerating Groups and Users

    I know this might be simple to everyone, but for the life of me I cannot get a script to get objGroup for each user in my domain...basically all I need is a simple script that will connect to my domain and output to a text file a list of users with the group they belong to... objUser & objGroup...
  2. CFUS

    call external program, call winrar

    we use this script to call programs when users login to the network its called with the logon batch file using: cscript exec.vbs username password <program> Hope this helps 'USAGE: cscript|wscript VBRUNAS.VBS Username Password Command 'DESC: A RUNAS replacement to take password at a command...
  3. CFUS

    send an email using vbs

    here is a script that I use, its not mine and I did not write it...this is just to give you some help On Error Resume Next Dim WSHShell, objOutlook, objMsg, strTitle Dim strSendTo, strSubj,strBody Set WSHShell = WScript.CreateObject(&quot;WScript.Shell&quot;) Set objOutlook =...
  4. CFUS

    VBS Logon Script

    Excellent, that worked just the way I needed it. Thanks for your helpful answer and everyones time, it is much appreciated.
  5. CFUS

    VBS Logon Script

    thanks for your help, but what Im looking at is trying to get it to write the ip address to the file, here is a snippet of the script we use to you can see how we are writing it ------------------- On Error Resume Next Dim WshNetwork, oFileSys, fh Dim WshShell Set WshNetwork =...
  6. CFUS

    VBS Logon Script

    I have a small problem, we use a simple user auditing script that was written in vbs, basically it gathers user information when they logon to our domain and saves it to a log file on our servers for later use. It does what we need but there is something else and I cant seem to find anything...

Part and Inventory Search

Back
Top