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 wOOdy-Soft 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: *

  • Users: arohl74
  • Content: Threads
  • Order by date
  1. arohl74

    Issue Scripting with Excel

    I have a script to modify Active Directory user information that uses Excel as the source of the information. The username is in ColumnA, the property information is in ColumnB and ColumnC. The script takes the username in the spreadsheet to find the DN and then modifies AD based on the...
  2. arohl74

    Getting Error and Need Help ASAP

    I am trying to modify users' AD information using an Excel Spreadsheet. Here is my script: Set objExcel = CreateObject("Excel.Application") objExcel.DisplayAlerts = False 'intRow = 2 strFile = "C:\script\test_emp_info.xls" strDomain = "OU=PSTEST,DC=russellreynolds,DC=com" Set objWorkbook =...
  3. arohl74

    Modifying AD from a text file

    I have a situation similar to thread329-1218115. We have a text file from Peoplesoft that has the Employee Name, Department, Office, Region and Phone Number. I want to import this data into AD form the tab delimited text file. In thread329-1218115 I don't see how the example is for mass...

Part and Inventory Search

Back
Top