单项选择题

A.Theremotelocationdoesn’tprovideenoughphysicalsecurityfortheserver.WhatshouldyoudotoallowadministrativeaccountstoreplicateauthenticationinformationtoRead-OnlyDomainControllers()
A.RemoveanyadministrativeaccountsfromRODC’sgroup
B.AddadministrativeaccountstothedomainAllowedRODCPasswordReplicationgroup
C.SettheDenyonReceiveaspermissionforadministrativeaccountsontheRODCcomputeraccount
D.ConfigureanewGroupPolicyObject(GPO)withtheAccountLockoutsettingsenabled.LinktheGPOtotheremotelocation.ActivatetheReadAllowandtheApplygrouppolicyAllowpermissionsfortheadministratorsontheSecuritytabfortheGPO.
E.Noneoftheabove
相关考题

单项选择题 Yourcompanyhasamainofficeandthreebranchoffices.ThenetworkconsistsofasingleActiveDirectorydomain.EachofficecontainsanActiveDirectorydomaincontroller.YouneedtocreateaDNSinfrastructureforthenetworkthatmeetsthefollowingrequirements:èTheDNSinfrastructuremustallowtheclientcomputersineachofficetoregisterDNSnameswithintheir.respectiveoffices.èTheclientcomputersmustbeabletoresolvenamesforhostsinalloffices.Whatshouldyoudo?()A.CreateanActiveDirectory-integratedzoneatthemainofficesite.B.Createastandardprimaryzoneatthemainofficesiteandateachbranchofficesite.C.Createastandardprimaryzoneatthemainofficesite.Createasecondaryzoneateachbranchofficesite.D.Createastandardprimaryzoneatthemainofficesite.CreateanActiveDirectory-integratedstubzoneateachbranchofficesite.

单项选择题 Certkiller.comhasamainofficeand30branchoffices.Tomanagethenetwork,eachbranchofficehasaseparateactivedirectorysitethathasadedicatedread-onlydomaincontroller(RODC).Abranchofficelocatedinafarofflocationreportsarobbery.TherobbershavestolentheRODCserver.WhichutilityshouldyoudotorecovertheuseraccountsthatwerecachedonthestolenRODCserver()A.ExecuteDsmod.exeB.UseActiveDirectoryUsersandComputersC.UseActiveDirectorySitesandComputersD.ExecuteNtdstuil.exewith-atoparameter

单项选择题 YouareimplementinganASP.NETWebsite.Thesiteusesacomponentthatmustbedynamicallyconfiguredbeforeitcanbeusedwithinsitepages.YoucreateastaticmethodnamedSiteHelper.Configurethatconfiguresthecomponent.YouneedtoaddacodesegmenttotheGlobal.asaxfilethatinvokestheSiteHelper.Configuremethodthefirsttime,andonlythefirsttime,thatanypageinthesiteisrequested.Whichcodesegmentshouldyouuse?()A.voidApplication_Start(objectsender,EventArgse){SiteHelper.Configure();}B.voidApplication_Init(objectsender,EventArgse){SiteHelper.Configure();}C.voidApplication_BeginRequest(objectsender,EventArgse){SiteHelper.Configure();}D.ObjectlockObject=newObject();voidApplication_BeginRequest(objectsender,EventArgse){lock(lockObject()){SiteHelper.Configure();}}