0 votes

hello i'm new with Adaxes i'm try to creat schuadle task to import a spefice user list by thier username id after that just update City for them by bulk updating . kinly advise

by (20 points)

1 Answer

0 votes
by (272k points)

Hello,

Have a look at the following tutorial: https://www.adaxes.com/help/ScheduleImportOfUsersFromCSV. Also, the following script from our repository should be helpful: https://www.adaxes.com/script-repository/import-new-and-updated-users-from-csv-file-s246.htm.

0

thanks for your support , but what if i want update exisitng users but in bulk managment from CSV file is that possible ?

0

Hello,

Yes, it is possible. You can use the wizard as shown in the tutorial and select the Update existing option. Alternatively, you can use Script 2: Only update existing users from the article we referenced.

0

Really thanks for supporting , but i really need simplify it , i'm new with scripting also Adaxes , if you could help me step by step ,

i have about 20 user on AD , want define them in csv list which they already created manualy before , so exactly what i need is update thier City name , so could you smplify and tell me how do it exactly ..

0

Hello,

If it is a one-time process, you can just use the import wizard. In this case, you need a CSV file with just two columns. The column headers should be set to the property names (e.g. sAMAccountName and l). The first column will be for identifying users and the second for storing new property values.

If you need the process scheduled, you will need to use the script. There is no need to update the coding part of the script. You need a CSV file with only two columns. One will store user identities and the other values of the property to update. Once done, you just need to adjust the script variables.

Related questions

0 votes
1 answer

Have a csv file of users that I need to import into Adaxes. I had initially found an article for this, but upon going today, it gave me an error (looks like it was deleted). Thank you

asked Nov 19, 2022 by wangl (20 points)
0 votes
1 answer

Hallo Everyone I'm attempting to import a CSV list to Update Current users. I Used the Script 2 from Repostitory https://www.adaxes.com/script-repository/ ... "employeeNumber") # TODO: modify me Test file: sAMAccountName,employeeNumber, Peter.Muster,AB052

asked Jul 13, 2021 by Sandberg94 (340 points)
0 votes
1 answer

I am using this script modified for my testing. Import-Module Adaxes $csvFilePath = "D:\TestFeed\ImportNewUsers.csv" # Path to pick up feed file $userIdColumn = "Employee Number" # TODO: ... initial. I would like to add a 2 for now if the sam isn't unique.

asked Oct 17, 2022 by mightycabal (1.0k points)
0 votes
1 answer

Hello, is it possible to add computers to the basket, imported from a csv file? We get a list from our client team to disable computer accounts in bulk. regards Helmut

asked Feb 22, 2021 by a423385 (510 points)
0 votes
1 answer

Hi all, We're looking to buy but have some questions first. Our HRIS can spit out a csv every 5 mins. Can Adaxes import that csv and compare it to our AD, ... changes but produce a report detailing what WOULD happen if the import were to run normally? Thanks!

asked Oct 2, 2017 by gfreeman (120 points)
3,351 questions
3,052 answers
7,791 comments
545,091 users