将用户列表从平面文件导入到 AD 组

发布于 2024-10-19 07:59:02 字数 201 浏览 3 评论 0原文

我确实有两个问题,都围绕同一主题。

我需要能够创建一个平面文件并使用该文件将文件中列出的用户导入到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看轻我的陪伴 2024-10-26 07:59:02

是的,这可以通过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文