question

MiguelHernandez-2375 avatar image
0 Votes"
MiguelHernandez-2375 asked DSPatrick commented

How can I create users with powershell or csvde adding EmployeeID?

I can export users using this...

Get-ADUser -filter * -Properties givenName, sn, displayName, description, physicalDeliveryOfficeName, telephoneNumber, mail, userPrincipalName, sAMAccountName, streetAddress, l, st, postalCode, Country, homePhone, mobile, facsimileTelephoneNumber, ipPhone, title, department, company, manager, employeeID | Export-Csv c:\temp\export.csv

But I want to create new users with those attributes, what I need to add or change?

windows-active-directory
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DSPatrick avatar image
0 Votes"
DSPatrick answered
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MiguelHernandez-2375 avatar image
0 Votes"
MiguelHernandez-2375 answered DSPatrick commented

Thank you DSPatrick, both links was useful but more the second one =)

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Glad to hear, you're welcome.




0 Votes 0 ·