AdFind-域内信息查询工具

一、简介

AdFind 一款C++编写的域内查询信息的工具 
下载地址:https://www.softpedia.com/get/Programming/Other-Programming-Files/AdFind.shtml

二、常用命令

列出域控制器名称:

AdFind -sc dclist

查看域控版本

AdFind -schema -s base objectversion

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

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

枚举受保护AD账户:

Adfind -f "&(objectcategory=person)(samaccountname=*)(admincount=1)" -dn

  

  

 

原文链接: https://www.cnblogs.com/Chuantouli/p/12513654.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    AdFind-域内信息查询工具

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/194466

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月12日 下午6:42
下一篇 2023年2月12日 下午6:42

相关推荐