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...
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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.