I am getting the following error so I am assuming I am missing something. The template account is also set to disabled.
Powershell
New-ADUser-SamAccountName"jjones"-Name"Jim Jones"-Instance$acctUserNew-ADUser:Unknownerror(0x21c8)Atline:3char:1+New-ADUser-SamAccountName"jjones"-Name"Jim Jones"-Instance$acctUser+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+CategoryInfo:NotSpecified:(CN=JimJones,CN=Users,DC=rj,DC=local:String)[New-ADUser],ADException+FullyQualifiedErrorId:Unknownerror(0x21c8),Microsoft.ActiveDirectory.Management.Commands.NewADUser
Probably something simple. I have tried it using my account as a template as well with the same error.