Free user import tool - password issue

Hello,

I am new in AD. We use in my shcool the User import tool from Solarwinds.

When I try to import my csv, everything is ok but the user is not enabled. The password is not working. I need to reset the password manually in AD to active the user.

I have to download 850 students so I really need this to work.

Do you have an idea to solve this problem?

Thank's a lot!

Fanny

Parents
  • so, let me see if I understand, you could extract from solarwinds all 850 users, but once you importe to AD all are disable and not password set, so the goal is to enable all and set password, then you will create windows groups and create this groups in solarwinds rigth?

  • First, I am very sorry if what I said seems sometimes unprecise. It's very new and I use Google and IA to help me but I am pretty sure that I will say some stupid things (and english is not my first language).

    I can upload all my users with my csv by using the free import user tool from Solarwinds. I tried to put few attributs after I tried with more attributs, for exemple, the userAccountcontrol with the number 512. Nothing is working. After that, I compared two differents account by extracting the information with powershell, both were created with solarwinds and the only difference, was that I manually changed the password from the account 1. The 1 was ok but the second was not enabled.

    I askef ChatGPT to analyse the differences and that's what I have:

        1.    PasswordNotRequired (Password Required):
        •    pablo.rico: PasswordNotRequired: False (A password is required).
        •    come.rico: PasswordNotRequired: True (Password is not required).
    This means that come.rico does not have a password set, which can be an issue if you expect all users to have a password.
        2.    PasswordExpired (Password Expiration):
        •    pablo.rico: PasswordExpired: False (The password has not expired).
        •    come.rico: PasswordExpired: True (The password is expired).
    The password for come.rico is marked as expired, which means the user will not be able to log in until the password is changed.
        3.    PasswordLastSet (Date of Last Password Change):
        •    pablo.rico: PasswordLastSet: 17-08-24 13:09:41 (The password was set recently).
        •    come.rico: PasswordLastSet: (No date is set, indicating that the password has never been properly set).
        4.    userAccountControl (User Account Control Attribute):
        •    pablo.rico: userAccountControl: 512 (The account is active and configured normally).
        •    come.rico: userAccountControl: 544 (The account is active but with the PasswordNotRequired attribute enabled).
    Code 544 means that come.rico’s account has the “Password Not Required” attribute enabled, which explains why it does not have a password set.

    Sorry, it's very long and thank you for you time!

Reply
  • First, I am very sorry if what I said seems sometimes unprecise. It's very new and I use Google and IA to help me but I am pretty sure that I will say some stupid things (and english is not my first language).

    I can upload all my users with my csv by using the free import user tool from Solarwinds. I tried to put few attributs after I tried with more attributs, for exemple, the userAccountcontrol with the number 512. Nothing is working. After that, I compared two differents account by extracting the information with powershell, both were created with solarwinds and the only difference, was that I manually changed the password from the account 1. The 1 was ok but the second was not enabled.

    I askef ChatGPT to analyse the differences and that's what I have:

        1.    PasswordNotRequired (Password Required):
        •    pablo.rico: PasswordNotRequired: False (A password is required).
        •    come.rico: PasswordNotRequired: True (Password is not required).
    This means that come.rico does not have a password set, which can be an issue if you expect all users to have a password.
        2.    PasswordExpired (Password Expiration):
        •    pablo.rico: PasswordExpired: False (The password has not expired).
        •    come.rico: PasswordExpired: True (The password is expired).
    The password for come.rico is marked as expired, which means the user will not be able to log in until the password is changed.
        3.    PasswordLastSet (Date of Last Password Change):
        •    pablo.rico: PasswordLastSet: 17-08-24 13:09:41 (The password was set recently).
        •    come.rico: PasswordLastSet: (No date is set, indicating that the password has never been properly set).
        4.    userAccountControl (User Account Control Attribute):
        •    pablo.rico: userAccountControl: 512 (The account is active and configured normally).
        •    come.rico: userAccountControl: 544 (The account is active but with the PasswordNotRequired attribute enabled).
    Code 544 means that come.rico’s account has the “Password Not Required” attribute enabled, which explains why it does not have a password set.

    Sorry, it's very long and thank you for you time!

Children