简体   繁体   English

适用于 Windows Active Directory 2008 的自动化 Adduser

[英]Automatise Adduser for Windows Active Directory 2008

I would like to add a lot of users into my Active Directory Users Group based on a csv with specifics informations like phone numero, email, job ...我想基于 csv 将大量用户添加到我的 Active Directory 用户组中,其中包含电话号码、电子邮件、工作……

I look around the internet and found a "method" using powershell.我环顾互联网,发现了一种使用 powershell 的“方法”。 But, it's always to add basic infos like Name, Surname, Login and password.但是,总是要添加基本信息,如姓名、姓氏、登录名和密码。

Is there a webpage referencing the New-ADuser cmd ?是否有引用 New-ADuser cmd 的网页?

I found something on this website http://blogs.technet.com/b/pascals/archive/2013/08/09/cr-233-er-des-utilisateurs-de-test-dans-ad-avec-un-mini-script-powershell.aspx我在这个网站上找到了一些东西http://blogs.technet.com/b/pascals/archive/2013/08/09/cr-233-er-des-utilisateurs-de-test-dans-ad-avec-un-迷你脚本powershell.aspx

Thanks,谢谢,

I usually use the Quest AD cmdlets which makes easier the AD manipulation.我通常使用 Quest AD cmdlet,它使 AD 操作更容易。

You can download the cmdlets from here .您可以从此处下载 cmdlet。

You can also add phone number, webpage, etc. by default, or you can use the -IncludedProperties for addition.也可以默认添加电话号码、网页等,也可以使用-IncludedProperties进行添加。

Here is the syntax for the new user creation.是新用户创建的语法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows 2008 服务器 Powershell Active Directory -> 获取用户创建日期 - Windows 2008 server Powershell Active Directory -> Get user creation date 活动目录-Windows Server 2008 R2中的ldap属性createTimeStamp - Active directory - ldap attribute createTimeStamp in Windows Server 2008 R2 Windows Server 2008上的权限和SVN更新:相同的文件夹和SVN帐户,不同的Active Directory用户 - Permissions and SVN Updates on Windows Server 2008: same folder & SVN account, different Active Directory users Windows Active Directory模拟器 - Windows Active Directory Emulator 是否应该在 Windows 7 机器上安装用于 powershell 的活动目录模块来导入它,还是可以从 Windows 2008 R2 DC 远程导入? - Should active directory module for powershell installed on a windows 7 machine to import it or can it be remotely imported from a Windows 2008 R2 DC? 带有两个域控制器的 Active Directory 2008 和 2012 - Active Directory with Two Domain Controllers 2008 and 2012 Windows / Active Directory - 用户/组 - Windows / Active Directory - User / Groups Windows | Active Directory脚本| PHP - Windows | Active Directory script | PHP Windows活动目录-目录大小配额? - Windows active directory- Directory size quotas? iOS中的Windows Azure Active Directory身份验证 - Windows azure active directory authentication in ios
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM