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
Hello,
Have a look at the following tutorial: https://www.adaxes.com/help/ScheduleImportOfUsersFromCSV/. If your CSV file has all the column headers matching property names as in the directory schema, you can directly import it in Adaxes Administration console:
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
Hello, We'd like to create a scheduled task that: Imports a csv of users (there's a column with header sAMAccountName) Disables the account Changes the password to a random ... we can build on that knowledge for other tasks we'd like to schedule.) Thanks!
Hello, We have users who never log to AD on a workstation but only use Outlook OWA. The Exchange value Last Logon is not an AD attribute. How can we disabled these users after a certain amount of time of inactivites ? Thank you :) TB
Hello, Similar to exporting the members of a group to a csv file: https://www.adaxes.com/script-repository/export-group-members-to-csv-file-s184.htm I am looking to ... would like to include the memberof csv report in the email as well. Thanks in advance!
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.