将用户列表从平面文件导入到 AD 组
我确实有两个问题,都围绕同一主题。
我需要能够创建一个平面文件并使用该文件将文件中列出的用户导入到 Active Directory 中的特定组。他们已经存在于 AD 中,只是不在组中。
其次,我还需要能够使用类似的方法使用不同的平面文件从 AD 组中删除用户。
这可以做到吗?用户列表将有 100 多个,所以我真的不想手动完成......
I have two questions really, both surrounding the same topic.
I need to be able to create a flat file and use this file to import the users listed in the file to a specific group in Active Directory. They will already exist in AD, just not be in the group.
Secondarily to that, I also need to be able to use similar methodologies to remove users from the AD group using a different flat file.
Can this be done? The list of users will be in the 100s so I really don't want to have to do it by hand....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这可以通过 Powershell 实现:使用 Windows PowerShell 管理 Active Directory 这是针对Powershell 1.0的,使用Powershell 2有很多相同任务的教程,这要容易得多。
Yes, this is possible with Powershell: Managing Active Directory with Windows PowerShell This is for Powershell 1.0, there are a lot of tutorials for the same task with Powershell 2, which is a lot easier.