码迷,mamicode.com
首页 > 其他好文 > 详细

AdFind

时间:2020-01-04 12:28:07      阅读:358      评论:0      收藏:0      [点我收藏+]

标签:c++   操作   category   dex   常用   域控制器   too   在线的   users   

C++实现(未开源),用于查询域内信息
http://www.joeware.net/freetools/tools/adfind/index.htm

常用命令如下:

列出域控制器名称:

AdFind -sc dclist

查询当前域中在线的计算机:

AdFind -sc computers_active

查询当前域中在线的计算机(只显示名称和操作系统):

AdFind -sc computers_active name operatingSystem

查询当前域中所有计算机:

AdFind -f "objectcategory=computer"

查询当前域中所有计算机(只显示名称和操作系统):

AdFind -f "objectcategory=computer" name operatingSystem

查询域内所有用户:

AdFind -users name

查询所有GPO:

AdFind -sc gpodmp

AdFind

标签:c++   操作   category   dex   常用   域控制器   too   在线的   users   

原文地址:https://www.cnblogs.com/nul1/p/12148232.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!