题目内容 (请给出正确答案)
[单选题]

YourcompanyhasfileserverslocatedinanorganizationalunitnamedPayroll.ThefileserverscontainpayrollfileslocatedinafoldernamedPayroll.YoucreateaGPO.YouneedtotrackwhichemployeesaccessthePayrollfilesonthefileservers.Whatshouldyoudo()

A.EnabletheAuditobjectaccessoption.LinktheGPOtothePayrollorganizationalunit.Onthefileservers,configureAuditingfortheEveryonegroupinthePayrollfolder.

B.EnabletheAuditobjectaccessoption.LinktheGPOtothedomain.Onthedomaincontrollers,configureAuditingfortheAuthenticatedUsersgroupinthePayrollfolder.

C.EnabletheAuditprocesstrackingoption.LinktheGPOtotheDomainControllersorganizationalunit.Onthefileservers,configureAuditingfortheAuthenticatedUsersgroupinthePayrollfolder.

D.EnabletheAuditprocesstrackingoption.LinktheGPOtothePayrollorganizationalunit.Onthefileservers,configureAuditingfortheEveryonegroupinthePayrollfolder.

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“Yourcompanyhasfileserverslocat…”相关的问题

第1题

You are developing a Windows Communication Foundation (WCF) service.One of the service ope

rations contains the following code.private static int counter = 0;[OperationContract]public void IncrementCount(){ counter++;}You need to set a service behavior that prevents two or more threads from incrementing the counter variable at the same time.Which code segment should you use to set the service behavior?()

A. [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Single)]

B. [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession, ConcurrencyMode = ConcurrencyMode.Single)]

C. [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]

D. [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerCall, ConcurrencyMode = ConcurrencyMode.Reentrant)]

点击查看答案

第2题

YournetworkconsistsofasingleActiveDirectorydomain.AlldomaincontrollersrunWindowsServer2008

R2.TheAuditaccountmanagementpolicysettingandAuditdirectoryservicesaccesssettingareenabledfortheentiredomain.YouneedtoensurethatchangesmadetoActiveDirectoryobjectscanbelogged.Theloggedchangesmustincludetheoldandnewvaluesofanyattributes.Whatshouldyoudo()

A.EnabletheAuditaccountmanagementpolicyintheDefaultDomainControllerPolicy.

B.Runauditpol.exeandthenconfiguretheSecuritysettingsoftheDomainControllersOU.

C.Runauditpol.exeandthenenabletheAuditdirectoryserviceaccesssettingintheDefaultDomainpolicy.

D.FromtheDefaultDomainControllerspolicy,enabletheAuditdirectoryserviceaccesssettingandenabledirectoryservicechanges.

点击查看答案

第3题

You are developing a Windows Communication Foundation (WCF) service to provide shopping ca

rt support. ASP.NET compatibility mode is not enabled. The shopping cart information must be retained across user visits to the store until the user explicitly empties the cart or submits the cart contents to order.You need to implement the service as a DurableService.Which two actions should you perform? ()(Each correct answer presents part of the solution. Choose two.)

A. Use basicHttpBinding for both the client application and the service.

B. Create the persistence provider database and configure the persistenceProvider element of the service behavior to point to that database.

C. Use wsHttpContextBinding for both the client application and the service.

D. In the method to add an item to the shopping cart, serialize the shopping cart contents after adding the current item and storing it in a Session variable.

点击查看答案

第4题

Youarecreatinganapplicationthatretrievesvaluesfromacustomsectionoftheapplicationconfigurat

ionfile.ThecustomsectionusesXMLasshowninthefollowingblock.YouneedtowriteacodesegmenttodefineaclassnamedRole.YouneedtoensurethattheRoleclassisinitializedwithvaluesthatareretrievedfromthecustomsectionoftheconfigurationfile.Whichcodesegmentshouldyouuse?()

A.A

B.B

C.C

D.D

点击查看答案

第5题

Your network contains two Active Directory forests named contoso.com and fabrikam.com.You

have a standalone Network Policy Server (NPS) named NPS1.You have a VPN server named VPN1. VPN1 is configured as a RADIUS client to NPS1.You need to ensure that users from both forests can establish VPN connections by using their own domain accounts.What should you do?()

A. On NPS1, configure remediation server groups.

B. On NPS1, configure connection request policies.

C. On VPN1, modify the DNS suffix search order.

D. On VPN1, modify the IKEv2 Client connection controls.

点击查看答案

第6题

YournetworkconsistsofasingleActiveDirectorydomain.AlldomaincontrollersrunWindowsServer2008

R2.AuditingisconfiguredtologchangesmadetotheManagedByattributeongroupobjectsinanorganizationalunitnamedOU1.YouneedtologchangesmadetotheDescriptionattributeonallgroupobjectsinOU1only.Whatshouldyoudo()

A.Runauditpol.exe.

B.ModifytheauditingentryforOU1.

C.Modifytheauditingentryforthedomain.

D.CreateanewGroupPolicyobject(GPO).EnabletheAuditaccountmanagementpolicysetting.LinktheGPOtoOU1.

点击查看答案

第7题

A Windows Communication Foundation (WCF) service is deployed with netTcpBinding.This servi

ce uses a duplex message exchange pattern.You are developing the next version of the WCF service.You discover that your company‘s hardware load balancer performs correctly only for WCF services that use HTTP.You need to ensure that your service works with the load balancer.What should you do?()

A. Use basicHttpBinding.

B. Create a custom binding that has the compositeDuplex, textMessageEncoding, and namedPipeTransport binding elements in this order.

C. Create a custom binding that has the compositeDuplex, textMessageEncoding, and wsHttpTransport binding elements in this order.

D. Use wsHttpBinding.

点击查看答案

第8题

你在开发一个可以写入数据到服务器文件的 Web 应用。并且,你限制只有指定的 Windows用户才能存取

这个文件。你在 IIS 中拒绝了匿名用户访问 Web 应用。Web 应用以CONTOSO\ASPNET 用户身份进行运行。现在,你在 Web.Config 文件中,增加了如下 XML 段:你需求确保你的Web应用满足如下的需求:1. 当Web应用在写入数据到文件的时候,必须模拟一个用户身份。2. 当用户不访问文件的时候,Web应用必须以CONTOSO\ASPNET身份进行运行。请问,你必须进行下面那两步的操作达到此目的?()

A. 在Web.config 增加XML段 <identity impersonate="false"/>

B. 在Web.config 增加XML段 <identity impersonate="true"/>

C.用下面的代码段进行文件存取:

点击查看答案

第9题

You are developing a Windows Communication Foundation (WCF) service that executes a long-r

unning operation.The service is accessed from your business applications in a server transaction in which the client does not participate.You need to ensure that the transaction times out and aborts if the operation has not completed within 45 seconds.What should you do?()

A. Set the service binding sendTimeout attribute to 00:00:45.

B. Apply [ServiceBehavior(TransactionTimeout="00:00:45")] to the service implementation.

C. Set the service binding receiveTimeout attribute to 00:00:45.

D. Apply [OperationBehavior(TransactionScopeRequired=false)] to the service operation.

点击查看答案

第10题

YouhaveadomaincontrollerthatrunsWindowsServer2008R2.TheWindowsServerBackupfeatureisinstall

edonthedomaincontroller.Youneedtoperformanon-authoritativerestoreofthedomaincontrollerbyusinganexistingbackupfile.Whatshouldyoudo()

A.RestartthedomaincontrollerinDirectoryServicesRestoreMode.UsetheWBADMINcommandto performacriticalvolumerestore.

B.RestartthedomaincontrollerinDirectoryServicesRestoreMode.UsetheWindowsServerBackupsnap-intoperformacriticalvolumerestore.

C.Restartthedomaincontrollerinsafemode.UsetheWindowsServerBackupsnap-intoperformacriticalvolumerestore.

D.Restartthedomaincontrollerinsafemode.UsetheWBADMINcommandtoperformacriticalvolumerestore.

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信