正确答案: E
Create a Windows 2000 Group Policy that denies user access to My Network Places.
题目:You are the administrator of a Windows 2000 Active Directory network. The network consists of a single domain. The domain includes 20 Windows NT Workstation 4.0 client computers. All other client computers are Windows 2000 Professional computers.You create a Windows NT 4.0 default user policy on the Windows 2000 Server computer that is configured as the PDC emulator. This default user policy denies access to Network Neighborhood. You then install Terminal Services on one of the servers and Terminal Services Client on the 20 Windows NT Workstation client computers.
解析:解析:Explanation: Windows NT 4.0 system polices affect computers running Windows NT 4.0. The Windows NT computers in this scenario are being used as Terminals for the Windows 2000 Server computer that is running Terminal Services. In effect the Windows NT clients are running locally on the Windows 2000 Server. The restriction must be applied on the Windows 2000 Server. This can be done by using a group policy.
查看原题查看所有试题
学习资料的答案和解析:
[单选题]You are the network administrator for Ezonexam.com.You are planning to upgrade 10 Windows NT Server 4.0 computers to Windows 2000 Server. You want to perform. the upgrades by means of a distribution folder. You have used the distribution folder to successfully upgrade other Windows NT Server 4.0 computers to Windows 2000. For these 10 new upgrades you wan to include a new service pack.
Run Update.exe from the new service pack and specify the -s option.
解析:解析:Explanation: Running the update.exe command installs hotfixes and service packs, etc.
[多选题]You are the administrator of a SQL Server 2000 computer. The server contains a Data Transformation Services (DTS) package that queries multiple databases and writes the results to a text file. You run this package by using a Microsoft Windows batch file. The batch file uses the dtsrun utility to execute the DTS package.You want to ensure that connection properties, such as login names and passwords, cannot be read or modified by users. Which two actions should you take? (Each correct answer represents part of the solution. Choose two.)
Save the DTS package so that it has an owner password.
Encrypt the DTS package details in the command line of the dtsrun utility.
解析:解析:Explanation: In this scenario we will use a windows batch file with the owner password for maximum security.
[多选题]You are the administrator of a SQL Server 2000 computer. The server contains your company's order processing database. Two-hundred operators take orders by telephone 24 hours a day. Threehundred data entry personnel enter data from orders received by mail.To ensure that order data will not be lost, your company's disaster recovery policy requires that backups be written to tape. Copies of these tapes must be stored at an off-site company location. Orders must be entered into the database before they can be filled. If the server fails, you must be able to recover the order data as quickly as possible.
Perform. a combination of full database, differential, and transaction log backups.
Back up the data to a network share, and then use enterprise backup software to write the disk backups to tape.
解析:解析:Explanation:
[单选题]You are the administrator of a network that consists of a single Windows NT 4.0 domain. The network contains five Windows NT Server domain controllers and 1,000 Windows NT Workstation client computers.You want to install Windows 2000 Server on a new computer. You want the new computer to act as domain controller in the existing domain.
On the new computer, install Windows NT Server 4.0 and designate the computer as a BDC in the existing domain. Promote the computer to the PDC of the domain. Upgrade the computer to Windows 2000 Server.
解析:解析:Explanation:ToinstallaWindows2000computerasadomaincontrollerinaWindowsNT4.0domain,wemustfirstinstallWindowsNT4.0thecomputerasaBDCintheWindowsNT4.0domainandthenpromotetheBDCtoPDC.WemustthenupgradethemachinetoWindows2000Server.WhenupgradingthedomaincontrollersinaWindowsNTdomaintoWindows2000,wemustupgradetheprimarydomaincontrollerfirst.Incorrectanswers:B:ThecomputermustbeinstalledasBDCandthenlaterpromotedtoPDC.C:ThecomputermustfirstbeinstalledasaWindowsNT4.0BDCandthenpromotedtoPDC.D:ThecomputermustfirstbeinstalledasaWindowsNT4.0BDCandthenpromotedtoPDC.
[单选题]Ezonexam has 50 offices. The employees in these offices have limited knowledge of Windows 2000. Each office has a network of between five and 20 client computers. The office networks are connected to each other. The company is buying 50 identical computers to run Windows 2000 Server in these offices. The server must be installed to the company's standard configuration. You use Setup Manager to create a network shared distribution folder and a Unattend.txt file that specifies the company's standard configuration.You want to automate the installation process as much as possible, in the least possible amount of time.
Create a Microsoft MS-DOS network boot disk that makes a connection to the network shared distribution folder and runs the winnt command with the /s and /u switches. Instruct an employee at each office to start the installation by using this disk.
解析:解析:Explanation:Winntandnotwinnt32asthebootdisksoperateinDOSmodeandworkswith16-bitapplications.The/s:pathswitchspecifiesthelocationoftheinstallationfilesforWindows2000Server.The/u:fileswitchspecifiesthelocationoftheanswerfileforunattendedinstallationsandthenumberofsecondstowaitbetweencopyingthefilesandrestartingthecomputer.SincetheemployeeshavelimitedknowledgeinsofarasWindows2000isconcerned,itwouldbebesttomakeuseofthewinntcommand-linewiththeabovementionedswitches.Incorrectanswers:A:ThisoptionpresupposesthattheemployeeswhowillbetaskedwiththeinstallationhaveasoundknowledgeofWindows2000.C,D:ThisoptionwouldbeproblematicsincetheemployeeshavelimitedknowledgewhenitcomestoWindows2000.