Setting user parameters in AD

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 5 years and 11 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
gd2009
Posts: 6
Last visit: Thu Jun 20, 2019 7:30 am

Setting user parameters in AD

Post by gd2009 »

I have a CSV file with user information that needs to be updated in AD . these are the parameters
I need a powershell script that sets the user properties in AD based of off a csv import file.



UserPrincipalName
-GivenName
-Surname
-Name
-DisplayName
-Description
-Department
-Title
-StreetAddress
-PostalCode
-Office
-OfficePhone
-Manager
-Email
-City
-State
-Company

Thanks you for your help
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Setting user parameters in AD

Post by jvierra »

What is the issue? What have you tried?
This topic is 5 years and 11 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked