Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

AD- batch modify account information command Set-aduser

2025-02-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Learn from:

Teacher Xu Peng's AD Powershell series of video courses

Set user information separately:

Set-ADUser-Identity zhangsan-Department IT

Set user information in batch

The first step is to organize a table of user information and save it in csv format.

Use the Set-ADUser loop to add or change user information in the table

Changes are made according to the user information in csv, and only departmental changes are made in the table. For additional information, please refer to the Microsoft documentation at the bottom.

Import-csv-Path.\ user.csv | foreach {Set-ADUser-Identity $_ .user-Department $_ .department}

Batch change the information of users under the specified organizational unit

Set all user companies under lab to 123

Get-ADUser-Filter 'Name-like "*"'-SearchBase "OU=Lab,DC=satid,DC=com" | Set-ADUser-Company 123

The company has been set to 123

Reference:

Https://technet.microsoft.com/en-us/library/dd391846(v=ws.10).aspx

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report