To Reset the DSRM Administrator Password
1.Click, Start, click Run, type ntdsutil, and then click OK.
2.At the Ntdsutil command prompt, type set dsrm password.
3.At the DSRM command prompt, type one of the following lines:
•To reset the password on the server on which you are working, type reset password on server null. The null variable assumes that the DSRM password is being reset on the local computer. Type the new password when you are prompted. Note that no characters appear while you type the password.
-or-
•To reset the password for another server, type reset password on server servername, where servername is the DNS name for the server on which you are resetting the DSRM password. Type the new password when you are prompted. Note that no characters appear while you type the password.
4.At the DSRM command prompt, type q.
5.At the Ntdsutil command prompt, type q to exit.
KB322672
1. Delete the forward lookup zone for your domain.
2. Create the forward lookup zone for your domain and make sure it is set to Allow Dynamic Updates=Yes and AD Integrated.
3. Run these commands from a command prompt:
ipconfig /flushdns
net stop netlogon
net stop dns
4. Go to the Winnt\System32\Config folder and move the Netlogon.dns and Netlogon.dnb to a backup folder.
5. Run these commands from a command prompt:
net start dns
net start netlogon
ipconfig /registerdns
1.备份
2.重启> F8
3.目录还原模式
4.Administrator登入
5.运行ntdsutil
6.files
7.move db to E:\NTDS
8.compact to E:\NEW
9.將E:\NE数据库复制回E:\NTDS
10.integrity
11.quit
12.Semantic database analysis
13.Verbose on
14.go
15.quit
16.quit
17.重启
18.再次备份
19.Ok!
- 活动目录计算机使用LDAP(轻量目录访问协议)来搜索与更改活动目录中的数据
- LDAP是X.500的简化协议,X.500是定义如何组织目录的行业标准
- LDAP使用与目录结构有关的信息查找独立对象,每个对象有唯一的名称
标示符:
LDAP使用一系列与逻辑结构有关的对象名称,这种标识,即对象标识名.用来定位对象完全路径,标识名在目录林中唯一
例:CN=Test,OU=test,DC=microsfot,DC=com
相对标示符:
标识名的第一部分即是相对标示符名
按上例中,CN部分即为该对象的相对标示符名,即CN=Test
全局编录是可以用来高效查询整个目录林请求的域控制器,目录林中的第一个域控自动成为全局编录服务器,也可配置其它目录林中的任意一个DC成为附加全局编录服务器,以平衡登录身份验证请求的数据流量
- 全局编录使跨域的资源查找对用户变得透明
- 存储整个目录林中所有域中的对象的部分属性
- 架构管理员组成员能够据需要决定哪些属性能够存储在全局编录中
全局编录包含:
- 查询过程中常使用的属性
- 确定对象位置的必要信息
- 对象默认的部分属性
- 对象及其属性的访问权限
全局编录作用功能:
- 查找目录林中任意位置信息,不管在何位置
- 确定用户通用组成员资格
- 确定用户所在的域