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 TouchToneTommy 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 rlee80

  1. rlee80

    Adding users to groups

    Thanks for the reply I think the error is from this line Err.Clear objGroup.Add("LDAP://" & strMember) If Err.Number <> 0 Then Wscript.Echo Err.Number & "--" & Err.Description Err.Clear End If Why do I take on error resume next out, and please excuse my ignorance
  2. rlee80

    Adding users to groups

    Hi I have an excel file containing User information from my windows 2000 domain. File is in the format of column A contains common name eg. Bloggs Joe Column E contains OU name and Column F contains Group name. I have other info in other columns like first name last name, SAM Account name...
  3. rlee80

    cant enable user account with script

    Hi all, Can anyone help me with this error, I am trying to create OU's from an excel spreadsheet which works ok using the script below. I am also trying to create users in the relevant OU's which also works ok but when the accounts are created they are all disabled even though I think I enable...
  4. rlee80

    comparing data between files

    Hi, I have 2 files, a data file containg stats from an email server log which contains usernames and mails in and out of the company, I have a cross reference file containing mailbox names, aliases and departments. I need to check that the usernames in the data file equal an alias or username...
  5. rlee80

    Parse csv file directly into excel

    Thanks for that info tsuji, all data needed parses directly to excel now Rob
  6. rlee80

    Parse csv file directly into excel

    when opened in excel all the lines are there, the code seems to only parse every other line Rob
  7. rlee80

    Parse csv file directly into excel

    Hi, I have a file that I want to parse test.txt which is a csv file, there are 335 lines in this file with email users names and ins and outs etc. This code creates and formats the excel worksheet ok but when parsing the data directly into the worksheet there are only about 175 lines it seems...
  8. rlee80

    Writing vb script to extract data from log file

    Hi, I have the file that i want now test.txt which is a csv file, there are 335 lines in this file with email users names and ins and outs etc. This code creates and formats the excel worksheet ok but when parsing the data directly into the worksheet there are only about 175 lines it seems to...
  9. rlee80

    Writing vb script to extract data from log file

    The format of the file is *.ini do i need to convert this file to a csv file before extracting the data to an excel file, I also think I need to get rid of the square brackets and then read the file line by line an example of the data in the file is here [name.name@somewhere.mail] attchin2=119...
  10. rlee80

    Writing vb script to extract data from log file

    Hi I have been given the task of extracting information from an email server log file, I need to extract the info from the file containing users email usage (not content just number of mails in and out) and put this info into an excel file. I am looking at doing this with vbs and just some...

Part and Inventory Search

Back
Top