QUESTION NO: 209
You are the administrator of a Windows 2000 domain. The domain has six Windows 2000 based Routing
and Remote Access servers and two Windows 2000 based Internet Authentication Service (IAS) Servers
named IAS1and IAS2. The six Routing and Remote access servers use the two IAS servers to
authenticate remote access credentials. On IAS1, you change the remote access policies. You want to
ensure that this change is also enforced on IAS2.
What should you do?
A. In the Active Directory Sites and Services console, force replication from IAS1 to IAS2.
B. On IAS1, select Register service in Active Directory. Repeat this command on IAS2.
C. Use the Netsh command-line utility to copy the IAS configuration from IAS1 to IAS2.
D. Manually copy the ras.mdb file from IAS1 to IAS2.
Answer: C
Explanation: Remote Access Policies are not stored in Active Directory; they are stored locally in the
IAS.MDB file. To copy the IAS configuration to another server we must type netsh aaaa show config
<path>/file.txt at the command prompt. This stores the configuration settings, including registry settings, in a
text file. The path can be relative, absolute, or a UNC path. We must then copy the file we created to the
destination computer, and at a command prompt on the destination computer, type netsh exec <path>/file.txt. A
message will appear indicating whether the update was successful or not.
Incorrect Answers:
A: Remote Access Policies are not stored in Active Directory; they are stored locally in the IAS.MDB file.
B: Remote Access Policies are not stored in Active Directory.
D: There is no such a thing as a ras.mdb file in Windows 2000.
You are the administrator of a Windows 2000 domain. The domain has six Windows 2000 based Routing
and Remote Access servers and two Windows 2000 based Internet Authentication Service (IAS) Servers
named IAS1and IAS2. The six Routing and Remote access servers use the two IAS servers to
authenticate remote access credentials. On IAS1, you change the remote access policies. You want to
ensure that this change is also enforced on IAS2.
What should you do?
A. In the Active Directory Sites and Services console, force replication from IAS1 to IAS2.
B. On IAS1, select Register service in Active Directory. Repeat this command on IAS2.
C. Use the Netsh command-line utility to copy the IAS configuration from IAS1 to IAS2.
D. Manually copy the ras.mdb file from IAS1 to IAS2.
Answer: C
Explanation: Remote Access Policies are not stored in Active Directory; they are stored locally in the
IAS.MDB file. To copy the IAS configuration to another server we must type netsh aaaa show config
<path>/file.txt at the command prompt. This stores the configuration settings, including registry settings, in a
text file. The path can be relative, absolute, or a UNC path. We must then copy the file we created to the
destination computer, and at a command prompt on the destination computer, type netsh exec <path>/file.txt. A
message will appear indicating whether the update was successful or not.
Incorrect Answers:
A: Remote Access Policies are not stored in Active Directory; they are stored locally in the IAS.MDB file.
B: Remote Access Policies are not stored in Active Directory.
D: There is no such a thing as a ras.mdb file in Windows 2000.

博客围绕Windows 2000域管理展开,讲述域中有6个路由和远程访问服务器及2个Internet Authentication Service (IAS) 服务器。在IAS1上更改远程访问策略后,需确保IAS2也执行此更改,答案是使用Netsh命令行工具复制配置,因策略存于本地IAS.MDB文件。
1416

被折叠的 条评论
为什么被折叠?



