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

Miguel Hernandez 21 Reputation points
2021-03-30T21:20:19.997+00:00

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?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,975 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-03-30T22:13:30.54+00:00
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Miguel Hernandez 21 Reputation points
    2021-03-31T04:05:11.93+00:00

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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.