题目内容

You are a system administrator at Company. The network includes 100 Windows 2000 Professional computers. A user named Peter wants to share a local printing device directly connected to his computer. Peter needs to share this device among three groups: Engineering, Accounting, and Operations. Peter wants to delegate printer administration to one print administrator from each group. Each print administrator must be able to delete print jobs generated by their own group on the print device. They should not be able to delete print jobs from other groups. You want to configure Peter’s client computer to support these requirements. What should you do? ()

A. Create a single shared printer to be used by all three groups.Allow each print administrator Manage Documents permission.
B. Create a separate shared printer for each group. For each shared printer, allow the respective print administrator Manage Documents permission.
Create a single shared printer to be used by all three groups. Add the print administrator’s user account from each group to the Power Users group on Peter’s client computer.
D. Create a separate shared printer for each group. Add the print administrator’s user account from each group to the Power Users group on Peter’s client computer.

查看答案
更多问题

You are a help desk technician for your company. Your company’s network includes an Active Directory domain and Windows XP Professional computers that are configured as members of the domain. Company policy prohibits users from accessing their computers unless they are authenticated by a domain controller. However, users report that they can log on to their computers, even though a network administrator has told them that a domain controller is not available. As a test, you log off of your computer and disconnect it from the network. You discover that you can log on by using your domain user account. You need to ensure that users cannot access their computers unless they are authenticated by a domain controller. How should you configure the local computer policy on these computers? ()

A. Enable the Require domain controller to unlock policy.
B. Set the Number of previous logons to cache policy to 0.
C. Remove all user and group accounts from the Log on locally user right.
D. Remove all user and group accounts from the Access this computer from the network user right.

Certkiller.com has hired you as a system administrator for their network. You make use of .NETFramework v3.5 in order to create a Microsoft ASP.NET application. You decide to create a Web form. You add the subsequent code fragment to the Web form. ’ /> The DataSource control named CKDataSource recovers the Quantity column values from a tablenamed Orders. You the create the rptData_ItemDataBound event handler using the subsequentcode fragment. (The line numbers is included for reference purposes) 1 protected void rept_b(object sender, RepeaterItemEventArgs e) 2 { 3 4 if(CKLbl != null) 5 if(int.Parse(CKLbl.Text)

A. Your best option would be to insert Label CKLbl = e.Item.FindControl("lblQty") as Label at line4.
B. Your best option would be to insert Label CKLbl = Page.FindControl("lblQty") as Label at line 4.
C. Your best option would be to insert Label CKLbl = rptData.FindControl("lblQty") as Label at line4.
D. Your best option would be to insert Label CKLbl = e.Item.Parent.FindControl("lblQty") as Labelat line 4

You are an enterprise administrator for Cer-tech .com. The company runs Windows Server 2008 on all theservers on the network. One of the servers, Server01 has the Web Server (IIS) role installed on it. A webdeveloper of the company created a website that run a web application called App1 using ASP.NET 3.0and hosted it on Server01. The Server01 was already running other ASP.NET applications. The new webapplication App1 must run under a security context that is separate from any other ASP.NET application onthe Web server. To fulfill this requirement, you create a local user account and grant account rights and permissions to runApp1. Which of the following options would choose to configure authentication for the new website tosupport App1?()

A. Enable the AS
B. NET Impersonation setting and specify the new local user account to edit the AS
C. NETImpersonation setting.
D. Enable the Windows Authentication setting.
Enable the Forms Authentication setting and retain all the default settings.
F. Configure the AS
G. NET State service to log on to the new local user account by using the Servicesconsole.

Your company network includes 6,000 Windows 2000 Professional client computers and 35 Windows 2000 Server computers in a single domain. Your company has a print device that is used to print payroll checks. The print device is physically attached to the parallel port of one of the client computers. This print device’s tray is loaded with checks at all times. You have shared this printer on the network as ChkPrinter and retained the default permissions. A payroll application runs on a server named HRserv. Every Wednesday at 5:00P.M, the application prints paychecks from employees on this printer. The payroll application runs as a Windows 2000 service on HRserv. You need to configure ChkPrinter so that only the payroll application will be able to use the printer. What should you do?()

A. Configure the share name for ChkPrinter to be ChkPrinter$. Configure the payroll application to print to this new share name.
B. Configure ChkPrinter so that it is available only from 5:00
C. M to 5:30
D. M
E. Configure ChkPrinter to allow the HRserv domain account print permissions for ChkPrinter. Remove print permissions for the Everyone group.
F. Configure ChkPrinter to allow all HRserv domain accounts Print permissions for ChkPrinter. Change the permissions to deny print on ChkPrinter for the Everyone group.

答案查题题库