When creating an AD user in powershell, the account is created as disabled unless otherwise specified. code example
Example: command powershell create user
New-LocalUser "NEW_ACCOUNT_NAME" -Password $Password -FullName "USER_FULL_NAME" -Description "Description of this account."