0 votes

We are needing to bulk create several users via CSV. Do users added via CSV get put through the User property pattern or do i need to add every attribute to the csv itself.

by (160 points)

1 Answer

0 votes
by (272k points)

Hello,

Property patterns and business rules apply if the import is performed via Adaxes pipeline. For example, if the import is performed using a script with Adaxes cmdlets, the -AdaxesService parameter must be specified. For information on how to perform the import, have a look at the following tutorial: https://www.adaxes.com/tutorials_ActiveDirectoryManagement_ImportUserAccountsFromCSVFile.htm. In case the import wizard cannot be used to import your file, 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

So if the import is being performed via the Adaxes pipeline I should only need the values of my webform?

0

Hello,

Yes, that is correct. The CSV file will need to contain only the values that are not automatically set by property patterns and business rules.

Related questions

0 votes
0 answers

Is it possible to specify domain local or global and security or distribution in a CSV to do a bulk creation of groups? I'm struggling to find a full guide on CSV formatting for anything other than users. Thanks :D

asked Jul 6, 2016 by hutchingsp (240 points)
0 votes
1 answer

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

asked Aug 29, 2023 by sudox (20 points)
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

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

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)
3,350 questions
3,051 answers
7,791 comments
545,068 users