Automate Active Directory with PowerShell Tutorial 2 : Importing CSV

preview_player
Показать описание
First step to automating our Active Directory is to import the CSV file. In this video we will be creating our own import function for this to import the CSV file to having properties that match Active Directory.

My other PowerShell tutorials series:

Tags:
PowerShell
Automation
Active Directory
Servers
Windows
JackedProgrammer
Programming
Coding
Scripting
SysAdmin
Рекомендации по теме
Комментарии
Автор

Hello Jack,
your Tutorials are the bests.
Thank you very much.
pls keep up with the good Job.

mnamusik
Автор

This video has some of the best explanations I have watched so far and I have been watching a lot of different material, so THANK YOU! I am wondering if you could use this same idea or a similar idea ( maybe an arraylist? ) to only pull certain fields from an API call and put stick those values into a csv in their specific spots within that CSV file ? I am getting the fields I wants with your ideas from this video I just don't know how to put them into specific fields from there. Any advice would be great. Keep the Powershell videos with Nested API calls coming!

dmdwerlkotte
Автор

Great videos - do you release the scripts so we can follow along?

kafkakos
Автор

I've done basic Bash scripting, and this was very difficult to follow as a beginner. Why was the code so ugly and difficult to follow?

cognitiumone
Автор

find your videos really helpful, your explanations are really great and spot on.
Minor detail, in this video I think you have a spelling mistake in the catch statement, you are missing an 'a' in $_.exception.message, which is typed as: $_.exception.messge.

Saqibss
Автор

Hello, thank you for this video, I am making a powershell script whose objective is to update Active directory and more precisely the employeeID field of new users with a csv file from a database export Oracle (Human Resources) from which I was only able to extract the Last name, first name is the users' employeeID. This database contains the real users with their employeeId. The csv export of the database is ok but I still can't update users who don't have an employeeid, can you tell me how you would have done it without going into the retail, please, Thx

qantorr
Автор

I get an error with the function using synfieldmap. syncfieldmap is a string while the parameter requires a hashtable

hugozaanen