如何使用 VBScript 和 WMI 列出本地管理员组的所有成员
我需要编写一个脚本来获取 Windows 服务器管理员组中的成员列表以进行审计。如果用户/组不是本地的,我还需要显示该域名。
I need to write a script that fetches the list of members in the Administrators group of a Windows server for audit purposes. I also need to show the domain name of the user/group if it is not local.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下脚本甚至可以在域控制器上运行:
要执行它,只需在命令提示符窗口中运行:
The following script will work even on a domain controller:
To execute it, simply run this a command prompt window: