说明

Acctinfo.dll是一个动态链接库文件,注册这个动态链接库文件之后,管理员可以通过使用“Active Directory用户和计算机”管理控制台查看用户属性的时候,增加一个“Additional Account Info”选项卡。这个选项卡可以让管理员查看Active Directory中的一些高级信息,例如:用户上次修改密码时间、用户帐户上次登录时间等。使用“Additional Account Info”选项卡查看信息,主要是出于以下两个方面的需求。

  • 在某些情况下,部分信息没有被明确的保存在Active Directory中,只是在需要的时候被计算出来。例如:某用户帐户密码到期的具体日期并没有被存在Active Directory中,可是在Active Directory中却存储了用户最近更改密码的日期和密码最长使用期限。为了能够判断一个用户帐户密码具体的到期日期,通常情况下可能会使用脚本获取这些信息然后计算出最后的结果。Acctinfo.dll可以自动计算这些数据,并直接将结果显示出来。
  • 在某些情况下,部分信息没有被存储在Active Directory中,而是被存储在本地。例如:某用户帐户上次登录时间和上次注销时间仅仅被存储每个域控制器本地,并没有复制到域中的其他域控制器中。Acctinfo.dll可以帮助管理员检查某台域控制器上用户上次登录和注销的具体时间。如果你在域中有多个域控制器,管理员可能需要在每个域控制器上都安装Acctinfo.dll以检查某一个用户帐户在每台域控制器上的登录、注销时间。

此外,使用Acctinfo.dll还可以更加方便的修改用户帐户密码,锁定或解除锁定用户帐户。

系统要求

Windows Server 2003 或 Windows 2000 Server 操作系统
安装Acctinfo.dll必须拥有管理员权限

文件要求

Acctinfo.dll

安装Acctinfo.dll

在使用Acctinfo.dll之前,需要安装注册Acctinfo.dll文件。

1。将Acctinfo.dll文件复制到“%windir%\system32”文件夹中。在Windows Server 2003中,通常这个文件夹为“C:\Windows\System32”;在Windows 2000中,这个文件夹通常为“C:\Winnt\System32”。

2。打开命令行窗口,假设“%windir%\system32”文件夹为“C:\Windows\System32”,键入以下内容:
regsvr32 c:\windows\system32\acctinfo.dll

如果命令执行成功,将会出现一个成功注册Acctinfo.dll的对话框。

卸载Acctinfo.dll

可以随时卸载Acctinfo.dll。

打开命令行窗口,假设当前系统的“windir%\system32”文件夹为“C:\Windows\System32”,键入如下内容:
regsvr32 /u c:\windows\system32\acctinfo.dll

如果命令执行成功,Acctinfo.dll将会被成功卸载。

使用说明

安装注册Acctinfo.dll之后,启动“Active Directory 用户和计算机”管理控制台,双击查看某一用户帐户的属性,选择“Additional Account Info”选项卡。各项具体含义如下表所述

属性 描述
Password Last Set 显示用户帐户密码上次设定时间。
Domain Password Policies 单击这个按钮,可以查看域中密码策略。
Password Expires 显示用户帐户密码到期的具体日期。如果用户密码是永不过期,可以单击“Decode”按钮,在出现的对话框中显示“UF_DONT_EXPIRE_PASSWD”,说明用户密码永不过期。
User Account Control 显示Active Directory中存储在“userAccountControl”属性中的值,这里存储了数据包括用户密码是否有期限,用户是否需要使用智能卡登录记以及用户是否被信任作为委派等信息。数字是所有在“userAccountControl”中被允许的标记的总和。单击“Decode”按钮,可以查看具体属性配置。例如出现“ADS_UF_PASSWORD_EXPIRED”,则说明当前用户帐户的密码已经过期。
Locked Out 显示用户帐户是否被锁定。
Last-Logon-Timestamp 显示当前用户最近登录到此域控制的具体日期和时间。
如果在成员服务器上安装使用“Active Directory 用户和计算机”和“Acctinfo.dll”查看,显示的信息是登录此成员服务器使用的域控制器上的信息。
判断登录到哪个域控制器,可以看我另外一篇Blog。查看
SID and SID History 显示用户帐户的SID。如果用户帐户是从另外一个域或森林中迁移过来的,SID History按钮将会有效。单击这个按钮可以查看用户帐户以前的SID。
GUID 显示用户帐户的Globally Unique Identifier (GUID)。
Last Logon 显示用户上次登录日期和时间。这是指被此域控制器最近验证的日期和时间。
Last Logoff 显示用户上次从此域控制器上注销的时间。
Last Bad Logon Time 显示用户从此域控制器上次登录失败的日期和时间。
Logon Count 显示用户从此域控制器上成功登录的次数。
Bad Password Count 显示用户从此域控制器上登录失败的次数。

修改用户帐户属性

虽然Acctinfo.dll主要是用来显示信息。但是他也可以修改用户帐户的部分属性。

在“Additional Account Info”选项卡中,单击“Set PW On Site DC”按钮。在新出现的对话框中,如图所示,修改用户帐户的密码。这种密码修改方式是直接连接到用户所在站点的域控制器上执行操作,所以执行速度更快。同时在这个对话框中,也可以解除用户帐户的锁定状态。

注意

Acctinfo.dll必须在所有使用“Active Directory用户和计算机”管理控制台查看用户帐户信息的计算机上安装注册。例如:假设管理员通常情况下在两台服务器上查看用户帐户信息,分别是Server A和Server B。如果你在Server A上安装注册了Acctinfo.dll,那么“Additional Account Info”选项卡将会在“Active Directory 用户和计算机”中出现。不过在Server B上,这个选项卡不会在“Active Directory 用户和计算机”中,除非你在Server B上也安装注册Acctinfo.dll。

Windows Server 2003 Resource Kit Tools

The Microsoft® Windows® Server 2003 Resource Kit Tools are a set of tools to help administrators streamline management tasks such as troubleshooting operating system issues, managing Active Directory®, configuring networking and security features, and automating application deployment.


Quick Info

File Name:

rktools.exe

Download Size:

12049 KB

Date Published:

4/28/2003

Version:

2003

下载

Overview

The Microsoft® Windows® Server 2003 Resource Kit Tools are a set of tools to help administrators streamline management tasks such as troubleshooting operating system issues, managing Active Directory®, configuring networking and security features, and automating application deployment.

The following tools are provided:

  • Acctinfo.dll (documented in Readme.htm)
  • Adlb.exe: Active Directory Load Balancing Tool
  • Admx.msi: ADM File Parser
  • Atmarp.exe: Windows ATM ARP Server Information Tool
  • Atmlane.exe: Windows ATM LAN Emulation Client Information
  • Autoexnt.exe: AutoExNT Service
  • Cdburn.exe: ISO CD-ROM Burner Tool
  • Checkrepl.vbs: Check Replication
  • Chklnks.exe: Link Check Wizard
  • Chknic.exe: Network Interface Card Compliance Tool for Network Load Balancing
  • Cleanspl.exe: Spooler Cleaner
  • Clearmem.exe: Clear Memory
  • Clusdiag.msi: Cluster Diagnostics and Verification Tool
  • Clusfileport.dll: Cluster Print File Port
  • Clusterrecovery.exe: Server Cluster Recovery Utility
  • Cmdhere.inf: Command Here
  • Cmgetcer.dll: Connection Manager Certificate Deployment Tool
  • Compress.exe: Compress Files
  • Confdisk.exe: Disk Configuration Tool
  • Consume.exe: Memory Consumers Tool
  • Creatfil.exe: Create File
  • Csccmd.exe: Client-Side Caching Command-Line Options
  • Custreasonedit.exe: Custom Reason Editor (documented in Readme.htm)
  • Delprof.exe: User Profile Deletion Utility
  • Dh.exe: Display Heap
  • Diskraid.exe: RAID Configuration Tool
  • Diskuse.exe: User Disk Usage Tool
  • Dnsdiag.exe: SMTP DNS Diagnostic Tool (documented in Readme.htm)
  • Dumpfsmos.cmd: Dump FSMO Roles
  • Dvdburn.exe: ISO DVD Burner Tool
  • Empty.exe: Free Working Set Tool
  • Eventcombmt.exe: Check Replication
  • Fcopy.exe: File Copy Utility for Message Queuing
  • Frsflags.vbs
  • Getcm.exe: Connection Manager Profile Update
  • Gpmonitor.exe: Group Policy Monitor
  • Gpotool.exe: Group Policy Objects
  • Hlscan.exe: Hard Link Display Tool
  • Ifilttst.exe: IFilter Test Suite
  • Ifmember.exe: User Membership Tool
  • Inetesc.adm: Internet Explorer Enhanced Security Configuration
  • Iniman.exe: Initialization Files Manipulation Tool
  • Instcm.exe: Install Connection Manager Profile
  • Instsrv.exe: Service Installer
  • Intfiltr.exe: Interrupt Affinity Tool
  • Kerbtray.exe: Kerberos Tray
  • Kernrate.exe: Kernel Profiling Tool
  • Klist.exe: Kerberos List
  • Krt.exe: Certification Authority Key Recovery
  • Lbridge.cmd: L-Bridge
  • Linkd.exe
  • Linkspeed.exe: Link Speed
  • List.exe: List Text File Tool
  • Lockoutstatus.exe: Account Lockout Status (documented in Readme.htm)
  • Logtime.exe
  • Lsreport.exe: Terminal Services Licensing Reporter
  • Lsview.exe: Terminal Services License Server Viewer
  • Mcast.exe: Multicast Packet Tool
  • Memmonitor.exe: Memory Monitor
  • Memtriage.exe: Resource Leak Triage Tool
  • Mibcc.exe: SNMP MIB Compiler
  • Moveuser.exe: Move Users
  • Mscep.dll: Certificate Services Add-on for Simple Certificate Enrollment Protocol
  • Nlsinfo.exe: Locale Information Tool
  • Now.exe: STDOUT Current Date and Time
  • Ntimer.exe: Windows Program Timer
  • Ntrights.exe
  • Oh.exe: Open Handles
  • Oleview.exe: OLE/COM Object Viewer
  • Pathman.exe: Path Manager
  • Permcopy.exe: Share Permissions Copy
  • Perms.exe: User File Permissions Tool
  • Pfmon.exe: Page Fault Monitor
  • Pkiview.msc: PKI Health Tool
  • Pmon.exe: Process Resource Monitor
  • Printdriverinfo.exe: Drivers Source
  • Prnadmin.dll: Printer Administration Objects
  • Qgrep.exe
  • Qtcp.exe: QoS Time Stamp
  • Queryad.vbs: Query Active Directory
  • Rassrvmon.exe: RAS Server Monitor
  • Rcontrolad.exe: Active Directory Remote Control Add-On
  • Regini.exe: Registry Change by Script
  • Regview.exe (documented in Readme.htm)
  • Remapkey.exe: Remap Windows Keyboard Layout
  • Robocopy.exe: Robust File Copy Utility
  • Rpccfg.exe: RPC Configuration Tool
  • Rpcdump.exe
  • Rpcping.exe
  • RPing: RPC Connectivity Verification Tool
  • Rqc.exe: Remote Access Quarantine Client
  • Rqs.exe: Remote Access Quarantine Agent
  • Setprinter.exe: Spooler Configuration Tool
  • Showacls.exe
  • Showperf.exe: Performance Data Block Dump Utility
  • Showpriv.exe: Show Privilege
  • Sleep.exe: Batch File Wait
  • Sonar.exe: FRS Status Viewer
  • Splinfo.exe: Print Spooler Information
  • Srvany.exe: Applications as Services Utility
  • Srvcheck.exe: Server Share Check
  • Srvinfo.exe: Remote Server Information
  • Srvmgr.exe: Server Manager
  • Ssdformat.exe: System State Data Formatter
  • Subinacl.exe
  • Tail.exe
  • Tcmon.exe: Traffic Control Monitor
  • Timeit.exe (documented in Readme.htm)
  • Timezone.exe: Daylight Saving Time Update Utility
  • Tsctst.exe: Terminal Server Client License Dump Tool
  • Tsscalling.exe: Terminal Services Scalability Planning Tools
  • Uddicatschemeeditor.exe: UDDI Services Categorization Scheme Editor
  • Uddiconfig.exe: UDDI Services Command-line Configuration Utility
  • Uddidataexport.exe: UDDI Data Export Wizard
  • Usrmgr.exe: User Manager for Domains
  • Vadump.exe: Virtual Address Dump
  • Vfi.exe: Visual File Information
  • Volperf.exe: Shadow Copy Performance Counters
  • Volrest.exe: Shadow Copies for Shared Folders Restore Tool
  • Vrfydsk.exe: Verify Disk
  • Winexit.scr: Windows Exit Screen Saver
  • Winhttpcertcfg.exe: WinHTTP Certificate Configuration Tool
  • Winhttptracecfg.exe: WinHTTP Tracing Facility Configuration Tool
  • Winpolicies.exe: Policy Spy
  • Wins.dll: WINS Replication Network Monitor Parser
  • Wlbs_hb.dll & Wlbs_rc.dll: Windows Load Balancing Server Network Monitor Parse

转载于:https://www.cnblogs.com/wuyuxiang/p/5166660.html

使用Acctinfo.dll了解更多AD用户帐号信息相关推荐

  1. linux建立用户帐号的命令,有关Linux创建用户命令的详细讨论

    Linux系统用户的创建不同于windows系统,这里陈述一下Linux创建用户的命令.包括创建用户,修改密码,修改信息,新建群组. Linux创建用户命令1:创建新用户 useradd命令(也可以使 ...

  2. 使用 OpenLDAP 集中管理用户帐号

    关键字: OpenLDAP ReiserFS SCTP nmon 正则表达式 使用轻量级目录访问协议(LDAP)构建集中的身份验证系统可以减少管理成本,增强安全性,避免数据复制的问题,并提高数据的一致 ...

  3. 在AD中批量添加多个用户帐号

    问题: 如何批量的创建帐号? 解决方案: 在利用CSVDE.EXE或LDIFDE.EXE来批量创建用户帐号 实验环境: Windows 2003 如果我们要想批量的创建帐号的话,我们可以首先利用文字编 ...

  4. 【AD】取消普通域用户帐号加域权限授权特定普通域用户加域权限

    通常来说,没有做什么特别的设定的话,都是手动加域,且使用的是管理员帐号,这种情况下是有风险的,容易被人记忆密码.所以,如果可以设置一个普通用户帐号,专门用来执行加域操作,就会降低此类风险.其实默认情况 ...

  5. ad被锁定的账户_大量AD域帐号自动被锁定

    设置域帐号登陆次数后自动锁定完则,有大量AD域帐号自动被锁定.在2003域安全策略中,设置登陆3次密码错误后,自动锁定帐号:在登封3次后,帐号可以自动锁定.但是有大批帐号没有登陆错误情况下自动锁定,而 ...

  6. AD域帐号批量查询锁定帐号,批量解锁域帐号

    AD域环境下经常有用户出现锁定,然后又要解锁. 当用户多或者不知道 用户名时就比较难查了,下面这个命令就可以解决AD域帐号批量查询出来锁定帐号,打开Windows PowerShell,输入以下命令: ...

  7. 登录用友显示java已被阻止_解决Spring Security 用户帐号已被锁定问题

    1.问题描述 主要就是org.springframework.security.authentication.LockedException: 用户帐号已被锁定这个异常,完整异常如下: [2020-0 ...

  8. AD域帐号被锁问题排查

    今天碰到10几个人反映有些软件不好用,登录域后,无法访问共享.当时我比较奇怪,到客户端一一检查意见,共享服务及软件运行服务全部正常.就尝试重启一下客户端,重启后就可以正常使用.但是有的也无法使用.我就 ...

  9. Windows Vista for Developers——第四部分:用户帐号控制(User Account Control,UAC)

    Windows Vista for Developers--第四部分:用户帐号控制(User Account Control,UAC) 作者:Kenny Kerr 翻译:Dflying Chen 原文 ...

最新文章

  1. 排序算法 时间复杂度+空间复杂度 总结
  2. hibernate开启二级缓存
  3. Jerry Wang的ABAP Development Tool培训材料 - SAP 引入ADT的初衷
  4. POJ 1936 字符匹配(水题)
  5. matlab打开时总闪一下才打开_大家装窗帘轨道时,是不是多数都是下面这样的: 打开网易新闻 查看更多图片 或者做个窗帘盒,遮盖一下?...
  6. spring session spring:session:sessions:expires 源码跟踪
  7. H5 表格标签基本使用
  8. 修改远程服务器的端口号
  9. 手机 物理分辨率 逻辑分辨率
  10. 三维点云语义地图 TSDF
  11. win10怎么在开机时自动连接拨号上网
  12. DAC7724数模转换芯片小结
  13. Dear小弟×××,给你们的一封信「社区运营入门系列 序」
  14. 吹筒仔海钓纪实,来自陆丰陆丰公众号
  15. 机器学习--特征降维方法总结
  16. Python 不完全LU分解
  17. Oracle 下载Windows、Linux
  18. mySQL数据库01
  19. python进程process类返回值_Python 中的进程
  20. 西门子HMI触摸屏如何获取当前登录的用户名并进行显示?

热门文章

  1. 浏览器【控制台】的小妙招-dom复制
  2. 微软手环2服务器,全面提升仍有不足 微软手环2完整评测
  3. 笔记本触控板操作小结
  4. 制作elasticsearch 镜像_3DsMax—油漆刷制作
  5. 单例类(单例设计模式)[java]
  6. nodejs 同步和异步
  7. 车辆转弯角度算法,代码
  8. 【2023年最新】私房推荐7个好用到爆的实用、资源宝藏网站
  9. python 爬取煎蛋网妹子的图片
  10. Linux普通用户登录MySQL数据库