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

Yourcompanyhasamainofficeand50branchoffices.Eachofficecontainsmultiplesubnets.YouneedtoautomatethecreationofActiveDirectorysubnetobjects.Whatshouldyouuse()

A.theDsaddtool

B.theNetshtool

C.theNew-ADObjectcmdlet

D.theNew-Objectcmdlet

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

第1题

你正在创建一个应用。这个应用每分钟处理上百个 XML 文档。XML 文档使用在线的架构进行验证。你需要尽可能快的从文件系统装载并读取 XML 文档。要求,在读取 XML 文档的时候要忽略 XML 注释内容。你应该如何做?()

A. 通过使用带有XmlReaderSettings 参数的XmlReader 的Create方法创建一个XmlReader 实例。

B. 使用XmlTextReader 参数创建一个XmlReader 实例。

C. 创建一个XmlDocument 实例并且指定架构的位置。

D. 使用XmlNodeReader参数创建一个XmlReader 实例。

点击查看答案

第2题

Your network contains a Windows Server Update Services (WSUS) server named Server1.You nee

d to configure all WSUS client computers to download approved updates directly from the Microsoft Update servers. The solution must ensure that all WSUS client computers report successful installation of updates to Server1.What should you do?()

A. From Active Directory, deploy a Group Policy object (GPO).

B. From Server1, modify the Update Source and Proxy options.

C. From Server1, modify the Update Files and Languages options.

D. From the WSUS client computers, modify the local computer policy.

点击查看答案

第3题

YouneedtoconfigureWindowsUpdatetomeetthecompany’stechnicalrequirements.Whatshouldyoudo?()

A.ConfigureWSUS2asanautonomousserver.

B.CreateaNetworkLoadBalancing(NLB)cluster.

C.CreatemultipleHost(A)recordsanduseroundrobinDNS.

D.Configuremultipleservicelocation(SRV)recordsanduseroundrobinDNS.

点击查看答案

第4题

YournetworkcontainsanActiveDirectoryforest.Theforestcontainsmultiplesites.Youneedtoenableuniversalgroupmembershipcachingforasite.Whatshouldyoudo()

A.FromActiveDirectorySitesandServices,modifytheNTDSSettings.

B.FromActiveDirectorySitesandServices,modifytheNTDSSiteSettings.

C.FromActiveDirectoryUsersandComputers,modifythepropertiesofalluniversalgroupsusedinthesite.

D.FromActiveDirectoryUsersandComputers,modifythecomputerobjectsforthedomaincontrollersinthesite.

点击查看答案

第5题

Your network contains two Windows Server Update Services (WSUS) servers named Server1 and

Server2. Server1 is a member of a domain named contoso.com. Server2 is a standalone server. Server2 is configured as an autonomous downstream server.You need to ensure that all updates approved on Server1 are automatically approved on Server2.Which options should you modify?()

A. Automatic Approvals

B. Products and Classifications

C. Synchronization Schedule

D. Update Source and Proxy Server

点击查看答案

第6题

为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应

用程序开发平台。您正在开发.NET框架2.0远程处理的应用程序,TestAssembly将在端口1234年使用传输控制协议(TCP)访问这些程序集的名称与您BillType的类的名称。您需要为远程访问服务器激活对象公开BillType,而必须使用配置文件来注册远程对象。你应该做什么?()

A.

B.

C.

D.

点击查看答案

第7题

YouneedtorecommendaWindowsupdatestrategyforthenewbranchoffice.Whatshouldyourecommenddoinginthenewbranchoffice?()

A.DeployWSUSinreplicamode.ConfigureupdatestobestoredonthenewWSUSserver.

B.DeployWSUSinautonomousmode.ConfigureupdatestobestoredonthenewWSUSserver.

C.DeployWSUSinreplicamode.ConfiguretheWSUSclientstoretrieveupdatesfromMicrosoftUpdate.

D.DeployWSUSinautonomousmode.ConfiguretheWSUSclientstoretrieveupdatesfromMicrosoftUpdate.

点击查看答案

第8题

Youneedtoensurethatdomaincontrollersonlyreplicatebetweendomaincontrollersinadjacentsites.WhatshouldyouconfigurefromActiveDirectorySitesandServices()

A.FromtheIPproperties,selectIgnoreallschedules.

B.FromtheIPproperties,selectDisablesitelinkbridging.

C.FromtheNTDSSettingsobject,manuallyconfiguretheActiveDirectoryDomainServicesconnectionobjects.

D.FromthepropertiesoftheNTDSSiteSettingsobject,configuretheInter-SiteTopologyGeneratorforeachsite.

点击查看答案

第9题

你有一个需要大约执行一分钟的 SQL 查询。为此,你使用如下的代码段异步执行这个查询:IAsyncResult ar = cmd.BeginExecuteReader()。当上面SQL查询在执行的过程中,你需要同时执行一个方法Do Work(),这个方法大约需要1秒钟的执行时间。而且在SQL 查询执行的过程中需要尽可能的多次执行Do Work()方法,你应该使用下面那个代码段?()

A. while (ar.AsyncWaitHandle == null) { DoWork();}dr = cmd.EndExecuteReader(ar);

B. while (!ar.IsCompleted) { DoWork();}dr = cmd.EndExecuteReader(ar);

C. while (Thread.CurrentThread.ThreadState == ThreadState.Running) { Do Work();}dr =cmd.EndExecuteReader(ar);

D. while (!ar.AsyncWaitHandle.WaitOne()) { DoWork();}dr = cmd.EndExecuteReader(ar);

点击查看答案

第10题

Yourcompanyhasamainofficeandabranchoffice.YoudiscoverthatwhenyoudisableIPv4onacomputerinth

ebranchoffice,thecomputerauthenticatesbyusingadomaincontrollerinthemainoffice.YouneedtoensurethatIPv6-onlycomputersauthenticatetodomaincontrollersinthesamesite.Whatshouldyoudo()

A.ConfiguretheNTDSSiteSettingsobject.

B.CreateActiveDirectorysubnetobjects.

C.CreateActiveDirectoryDomainServicesconnectionobjects.

D.InstallanIntra-SiteAutomaticTunnelAddressingProtocol(ISATAP)router.

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

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

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

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

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