正确答案: D
Install Windows 2000 Server on the computers, and then use Setup Manager to create a sysprep.inf file for sysprep.exe. Place the sysprep.inf file on the computers and run the sysprep-nosidgen command.
题目:You plan to install Windows 2000 Server on 10 new computers. These servers will provide file and print services in branch offices of Ezonexam.com. The company wants each branch office to purchase its own copy of Windows 2000 Server, and the installation in each branch office should use the serial number associated with the branch office's own copy.You want to install, configure, and test Windows 2000 Server on these computers at the main office before shipping the computers to the branch offices. You want users in the branch office to enter the computer names and serial numbers when they receive the computers.
解析:解析:Explanation: To install Windows 2000 Server on different computers using different serial numbers, we would have to install Windows 2000 Server on one computer and then use sysprep to create a sysprep.inf file. We can the use the sysprep-nosidgen command to prevent the computers SID from being replicated: the users will enter computer names and serial numbers when they install the clone.
查看原题查看所有试题
学习资料的答案和解析:
[单选题]Your Windows 2000 Professional computer has 10 shared folders that are available to other network users. A user reports that he cannot access a shared folder named Share
Use System Tools in Computer Management to display the file paths of your shared folders.
解析:解析:Explanation: The System Tools component of the Computer Management console can be used to locate shared folders. The Computer Management console can be accessed through the Administrative Tools applet in the Control Panel. In the Computer Management console, expand System Tools, expand Shared Folders and then open Shares to display all shared folders.
[单选题]On a Windows 2000 Professional computer, you run a shipping application that prints packing labels to a laser printer for every outgoing shipment, 24 hours per day. During peak hours, your company ships more than 1,000 packages per hour.You have just purchased a second identical laser printer to aid in printing. You want to configure the printers so that the jobs are load balanced. You connect the second laser printer to the computer.
Enable printer pooling.
解析:解析:Explanation: To load balance print jobs on two printers you must create a printer pool. The printer pool will then automatically distribute the print jobs to the first available print device and the print jobs will be load balanced.
[单选题]A folder on your Windows 2000 Professional computer contains bitmap files that have been compressed from 2MB to 1MB. You want to copy one of the compressed bitmap files from the hard disk to 1.4-MB floppy disk.When you attempt to copy, you receive the following error message 'Destination drive is Full'.
Use another program to compress the bitmap file before copying it to the floppy disk.
解析:解析:Explanation: Windows 2000 file compression only works on the NTFS file system. However, floppy disks make use of the FAT file system. When compressed files are copied from an NTFS drive to a FAT or FAT32 drive, the file loses it compressed state and becomes uncompressed. You therefore require another application to compress the bitmap file. You could for example use Winzip, WinRar, WinAce or Micosoft's compress.exe.
[单选题]You are the administrator of your company's network. A user named Paul in the service department has a Windows 2000 Professional computer. Paul needs to access the files that are in a shared folder on his computer. A local group named Sales has permissions to access the data. Paul is a member of the Sales local group but he cannot access the file he needs.What should you do?
Remove Paul from any other group that has been explicitly denied access to the Sales folder.
解析:解析:Explanation: The Sales group, which Paul is a member of, has permission to access the files. However, Paul still cannot access the files. It would seem that Paul has a permissions conflict. A user can be granted file permissions in a number of contexts: as a user or as a member of a user group. When a user has different file permissions in multiple contexts, the most restrictive permission is applied. Furthermore, the deny permission overrides all other permissions. As Paul does not have access to the file you must therefore assume Paul has explicitly been denied access to the file in some context, as member of one or more groups that have been denied access to the file. You would thus have to remove Paul from such a group so that the restriction is not applied to Paul.
[多选题]You are preparing to install Windows 2000 Professional on 75 new computers. You want to create a standard installation image to use on all the new computers. The computers have several different configurations of hard disks and hardware components.You install Windows 2000 Professional and other standard software on one of the computers. You log on to the computer using the local Administrator account. You configure the standard applications and customize the desktop settings you intend to deploy.
Copy the Administrator profile to the Default User profile, and then grant permissions to the Everyone group to use the profile.
Include the-pnpparameter for Sysprep.exe when you rerun that utility.
解析:解析:Explanation:
[多选题]The network consists of a single domain named Ezonexam.com that includes 20 Windows NT workstation 4.0 client computers. All other client computers are Windows 2000 Professional computers. You install Terminal Services on one of the Windows Server computers and Terminal Services Client on the 20 Windows NT Workstation 4.0 client computers. You create a system policy on the server that is configured as the terminal server. This system policy denies access to Network Neighborhood. You find that the users of the terminal server can still browse the network when they open My Network Places from Windows 2000 Professional computer or when they open Network Neighborhood from Windows NT Workstation 4.0 computers.You want to prevent all users from browsing the network.
Create a Windows Group Policy that denies user access to My Network Places.
Create a Windows NT 4.0 default user policy on the Windows 2000 Server computer that is configured as the PDC emulator.
解析:解析:Explanation: The primary domain controller (PDC) is the server that maintains the master copy of the domain's user-accounts database and that validates logon requests. Prior to Windows 2000 every Windows NT network domain was required to have one, and only one, PDC. If you want to deny users of the terminal server browsing ability of the Network Neighborhood, you should create a group policy that denies access to My Network Places. (Microsoft is colloquially stuck with Network Neighborhood for My Network Places.)
[单选题]server’s msdb database in an e-mail message to the administrator of another SQL Server computer.You create a job that contains the following steps:
Configure the job to back up the msdb database to a temporary file. Send the file to the administrator in an e-mail message
解析:解析:Explanation:Thecurrentjobfailssincethedetachmsdbstatementfails.Itfailsbecausedetachingadatabaserequiresthatnooneisusingthedatabase.ThemsdbdatabaseisusedbytheSQLServerAgentservice,whichperformsscheduledactivitiessuchasbackupsandreplicationtasks.Wewanttosendthemsdbdatabase.Themsdbdatabasecouldbedetachedifallprocessesthatuseitwhereterminated.Thenwecouldsendthedatabasefileandreattachthemsdbdatabase.Thiswouldstopscheduledtasksfrombeingrunduringthisperiod.Abetterapproachwouldtobetobackupthedatabaseandsendthetemporaryfileinstead.Note:AnewSQLServer2000installationautomaticallyincludessixdatabases:master,model,tempdb,pubs,Northwind,andmsdb.Themaster,model,andtempdbdatabasescannotbedetached.Incorrectanswers:A:TheproblemthattheSQLServiceAgentisusingthemsdbdatabase.ThisproblemwouldstillbethereevenuseraccountrunningtheSQLServerAgentserviceischanged.B:ThemsdbdatabaseisusedbytheSQLServerAgentserviceandthedatabasefilewouldbelocked.Itcannotbesentdirectlyinane-mailmessage.D:Themsdbdatabasecouldbedetachedifallprocessesthatuseitwhereterminated.Thenwecouldsendthedatabasefileandreattachthemsdbdatabase.Thiswouldstopscheduledtasksfrombeingrunduringthisperiod.