题目内容 (请给出正确答案)
[主观题]

Your company has an Active Directory Domain Services (AD DS) domain. All client computers

Your company has an Active Directory Domain Services (AD DS) domain. All client computers run Windows 7. You have a Remote Desktop Session Host (RD Session Host) server.You need to ensure that each user is authenticated to the RD Session Host server before a session is created.What should you do?()

A.Set the security layer option to RDP Security Layer.

B.Set the encryption level option to FIPS Compliant.

C.Set the log on option to Always prompt for password.

D.Set the security option to Allow connections only from computers running Remote Desktop with Network Level Authentication.

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

第1题

YouplantodeploythreeHyper-VserversnamedServer1Server2,andServer3.Server1willhostthreevirtu

almachines(VMs),Server2willhosttwoVMs,andServer3willhostfiveVMs.AlloftheVMswillrunWindowsServer2008R2Standard.Youneedtoidentifytheminimumnumberandthetypeoflicensesrequiredfortheplanneddeployment.Thesolutionmustminimizesoftwarecosts.Whatshouldyouidentify?()

A.ThreeWindowsServer2008R2EnterpriselicensesandoneWindowsServer2008R2Standardlicense

B.ThreeWindowsServer2008R2Enterpriselicenses

C.ThreeWindowsServer2008R2Standardlicenses

D.ThreeWindowsServer2008R2Enterpriselicensesand10WindowsServer2008R2Standardlicenses

点击查看答案

第2题

YouworkastheenterpriseexchangeadministratoratXxx.TheXxxnetworkisrunninginaMicrosoftExchang

eServer2010environment.XxxhasadistributiongroupnamedKingData.YoureceiveinstructionfromXxxtoallowanemployeeMiaHammtoreviewallmailtoKingDataandapproveit.HowcanyouensurethattheabovegoalisachievedbutatthesametimeMiaHammmustnotbeabletochangegroupmembership?()

A.YoumustmodifythepropertiesofKingData

B.Youmustenablefolderredirection.

C.YoumustallocateMiaHammasagroupmoderatorforKingData.

D.Youmustimplementrecipientfiltering.

点击查看答案

第3题

You are the network administrator for . The network consists of a single Active Directory

domain named . All client computers run Windows XP Professional.The finance deparment uses a specific naming process to audit users and their computers. The process requires that each user‘s client computer has an account in Active Directory and that each client computer name corresponds to a specific user account.A user name Marie is a member of only the Domain Users security group. She reports that the hardware on her computer fails. She receives a new computer.You need to add Marie‘s new computer to the domain. You need to comply with the finance department naming process.What should you do?()

A. Instruct Marie to run the ipconfig /flushdns command on her new computer and to add the new computer to the domain by using the same computer name as her failed computer.

B. Assign Marie permissions for adding computer accounts to the default container named Computers. Instruct Marie to add her new computer to the domain.

C. Reset the computer account for Marie‘s failed computer. Instruct Marie to add her new computer to the domain by using the same name as her failed computer.

D. Configure the IP address of Marie‘s new computer to be the same as the failed computer. Instruct Marie to add the new computer to the domain.

点击查看答案

第4题

YouinstallWindows2000ProfessionalontoanNTFS&ensp

YouinstallWindows2000ProfessionalontoanNTFSpartitiononyourcomputer.Duringtheinstallation,youmanuallyspecifytheOEMdriverforthetapedeviceSCSIcontroller.Aftertheinstallation,youruntheWinnt32/cmdconscommand.ThenyousuccessfullyinstallthelatestWindows2000servicepack.Next,youinstallanupdateddriverforthetapedeviceSCSIcontroller.Whenyourestartthesystemandlogontothecomputer,youreceiveastoperror.You needtorestorethefunctionalityoftheSCSIcontrollerwiththeleastamountofadministrativeeffort.

Whatshouldyoudo?()

点击查看答案

第5题

YouhavetwocomputersnamedComputer1andComputer2thatrunWindows7.Computer1hastwolocaluseraccou

ntsnamedUser1andUser2.OnComputer1,yourunScanstate.exe/all\\server1\data \computer1.OnComputer2,yourunLoadstate.exe/lac:Pa$$w0rd\\server1\data\computer1.YouneedtoensurethatUser1andUser2canlogontoComputer2.WhatshouldyoudoonComputer2?()

A.Enablealluseraccounts.

B.Modifythedefaultpasswordpolicy.

C.ModifytheAllowlogonlocallyuserright.

D.AddUser1andUser2tothelocalAdministratorsgroup.

点击查看答案

第6题

YouworkastheenterpriseexchangeadministratoratXxx.XxxisusingMicrosoftExchangeServer2010asth

eirmessagingsolution.Whichofthefollowingoptionscanbeyouinordertochangethepermissionssettingsforapublicfolder?()

A.YoumustusetheActiveDirectoryUsersandComputers.

B.YoumustusetheMicrosoftOfficeOutlook.

C.YoumustusetheMailFlowTroubleshooter.

D.YoumustusetheExchangeServerJetstress2010.

点击查看答案

第7题

Your company runs Remote Desktop Services. All client computers run Windows Vista SP2. You

have a Remote Desktop Session Host (RD Session Host) server.You need to deploy a RemoteApp application to client computers and ensure that the application appears on the Start menu.Which file type should you distribute to the client computers?()

A.Windows Installer (.msi)

B.Client Configuration File (.wcx)

C.Shortcut file (.LNK)

D.RemoteApp Programs list and settings (.tspub)

点击查看答案

第8题

YouareemployedasaWebApplicationDeveloperat

Certkiller.com.YoumakeuseofMicrosoft.NETFrameworkv3.5tocreateanASP.NETapplication.

Youcreateaclassintheapplicationthatcontainsthecodebelow.(Thelinenumbersisincludedforreferencepurposes)

01publicobjectGetCachedProducts(sqlConnectionconn){

02

03if(Cache["products"]==null){

04SqlCommandcmd=newSqlCommand("SELECT*FROMProducts",conn);

05conn.Open();

06Cache.Insert("products",GetData(cmd));

07conn.Close();

08}

09returnCache["products"];

10}

11

12publicobjectGetData(SqlCommandprodCmd){

13

14}

YounoticethattheGetCachedProductsmethodiscalledtoprovidethislistfromtheCacheobjecteverytimeaWebformhastoaccessalistofproducts.ToensureproductivitymanagementwantsyoutomakesurethatthereisalwaysalistofproductsavailableintheCacheobject.Youthusneedtodeterminetheappropriatecodethatshouldbeaddedinline13.

Whatshouldyouidentify?()

点击查看答案

第9题

You are the network administrator for The network consists of a single Activev Directory d

omain named . All network servers run Windows Server 2003. purchases a new server to test applications in a stand-alone environment.The company‘s written security policy states that if a user attempts to log on by using an incorrect password three times in 30 minutes, the account is locked out. An administrator must unlock the account.You discover that users of the new server who have accounts that are locked out can log on again after 30 minutes.You need to ensure that the new server meets the requirements of the written security policy.What should you do?()

A. Set the Reset account lockout counter after policy to 1.

B. Set the Reset account lockout counter after policy to 99999.

C. Set the Account lockout duration policy to 0.

D. Set the Account lockout duration policy to 99999

点击查看答案

第10题

YouworkastheenterpriseexchangeadministratoratXxx.XxxisusingMicrosoftExchangeServer2010asth

eirmessagingsolution.Whatactionmustyoutaketorestricttheamountofdatainaparticularpublicfolderonlywithoutimpactingontheotherpublicfolders?()

A.Youmustusetheequipmentmailbox.

B.YoumustusetheMailFlowTroubleshooter.

C.YoumustusethePublicFolderManagementConsole.

D.YoumustusetheExchangeServerJetstress2010.

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

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

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

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

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