Bulk AD users Attributes update Powershell

preview_player
Показать описание
In this video, I am using a PowerShell script and this will help us to update the active directory users attributes including user description and email address. In this script, A csv file is used to fetch user details like Active directory user name, Description and email address.

Below is the script:

Import-Module ActiveDirectory
ForEach ($User in $Attribcsv)
{
}
Рекомендации по теме
Комментарии
Автор

Thank you for this lifesaving content.

trainerzard
Автор

Question, you saying CSV file but in video you are showing text file, is it csv or txt?

MuhammadAbbas-crhm
Автор

cannot see the .csv file when I go to open and look for the file

johnchristianangelcastuera
Автор

Thanks for the video, Very helpful. Please post the commands

thomasrabach
Автор

is the test.userx the actual user logon name?

rb-etfh
Автор

it's working as well So I need update By OU at user and computer object.

essamyosry