Microsoft
Software
Hardware
Network
Question : New-ADUser password issue
i am trying to do a cvs import
I keep getting an error that the password does not meet the domain password policy. However, it does meet the requirements, and I can manually create the user accounts without any issue.
i have tried the following csv file with two different ways of doing the accountpassword
"Name","Surname","GivenNam
e","Middle
Name","Dis
playName",
"SamAccoun
tName","Us
erprincipa
lname","Po
stalCode",
"Descripti
on","Accou
ntPassword
"
"TestFirst TestLast","TestLast","Test
First","",
"TestFirst
TestLast","TestFirst.TestL
ast","Test
First.Test
Last@local
.example.o
rg","93687
","P@ssw0r
d","(Conve
rtTo-Secur
eString -AsPlainText "P@ssw0rd" -force)"
"TestFirst TestLast","TestLast","Test
First","",
"TestFirst
TestLast","TestFirst.TestL
ast","Test
First.Test
Last@local
.example.o
rg","93687
","P@ssw0r
d","P@ssw0
rd"
neither of these routes worked and reported an insufficient password
next - via a gpo i completely disabled password complexity, length, and history requirments - still a no go with the same issue
here is the command i am using
Import-CSV c:\test.csv | New-ADUser -path 'OU=test,DC=local,DC=examp
le,DC=org'
-Enable $true
Answer : New-ADUser password issue
>> You mean creating one field with a big string of emails seprated by commas and then parsing that. I read somewhere this is no good nromlized solution and hard to maintain.
Not exactly, Just create a function and create the comma separated email list on the fly. And don't store the list in database which is not normalized and its not a recommended approach too.
>> What is resource intensive?
Say, if you have only 10 customers, then you can create 10 DLs now manually. But if you have around 1 million customers in your table, then will you be creating 1 million DL for each customers..
And this is what I mentioned as resource intensive as it requires lots of efforts.
>> The solution is for customer to create the alias groups. We just update the email field to that alias.
Yes, you can.
In that case, then you need to plan on how to Add/ Remove or Modify emails list in the DL.
Random Solutions
WRT54G - filter out websites
Shadow Copy
Complete uninstall of Sharepoint Services 3.0 from Windows 2008 Server
Turn off Public Folder Replication in Exchange 2007
IE version confusion.
Unable to install any framework .NET in XP Mode (Virtual PC)
Apple iWeb - how to save HTML to Disk or to publish the web site via FTP?
SAS or SATA
I can't find the audio driver for a Satellite P30
Passing Group Value into SubReport?