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

您有一个Windows7Professional的自定义映像。您需要创建一个新的无人参与文件以自动部署该映像。您必须用最少的管理工作量来实现该目标。首先您应该怎么做?()

A.运行Imagex.exe并指定/mount参数

B.运行Dism.exe并指定/mountWIM参数

C.从“Microsoft部署工具包(MDT)”中,添加自定义的Windows映像(WIM)

D.从“Windows系统映像管理器”(WindowsSIM)中,打开自定义的Windows映像(WIM)

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

第1题

ActiveDirectoryRightsManagementServices(ADRMS)isdeployedonyournetwork.UserswhohaveWindowsM

obile6devicesreportthattheycannotaccessdocumentsthatareprotectedbyADRMS.YouneedtoensurethatalluserscanaccessADRMSprotectedcontentbyusingWindowsMobile6devices.Whatshouldyoudo()

A.ModifythesecurityoftheServerCertification.asmxfile.

B.ModifythesecurityoftheMobileDeviceCertification.asmxfile.

C.Enableanonymousauthenticationforthe_wmcsvirtualdirectory.

D.Enableanonymousauthenticationforthecertificationvirtualdirectory.

点击查看答案

第2题

你写的一个返回数组名为al的方法。您需要确保线程安全的方式执行对数组列表的更改。您应该使用哪个代码段?()

A.

B.

C.

D.

点击查看答案

第3题

You are creating a custom control. The UI of the control must contain several text boxes a

nd two buttons. The control must be available in the global assembly cache for reuse across multiple Web applications. You need to achieve this functionality by using the minimum amount of code.What should you do? ()

A. Create a control that derives from System.Web.UI.Control.

B. Create a control that derives from System.Web.UI.WebControls.CompositeControl.

C. Create a control that derives from System.Web.UI.WebControls.WebControl.

D. Create a control that derives from System.Web.UI.UserControl.

点击查看答案

第4题

YouneedtodesignapatchmanagementstrategyforSouthbridgeVideo.Yoursolutionmustmeetbusinessrequirements.Whatshouldyoudo?()

A.ConfigureallclientcomputerstouseAutomaticUpdatestoobtainsecuritypatchesfromtheWindowsUpdateWebsite.Testandinstallallpatches

B.Configureabatchfiletodownloadsecuritypatchesdaily.Distributethesecuritypatchesbyusinga.zapfileandtheDefaultDomainPolicyGroupPolicyobject(GPO)

C.DeployaSoftwareUpdateServices(SUS)server.Testallsecuritypatchesandthenapprovethem.Configureallclientcomputerstoautomaticallyobtainupdatesfromtheserver

D.Configureabatchfiletodownloadsecuritypatchesdaily.Manuallyinstallthesecuritypatchesonallcomputers

点击查看答案

第5题

您正在准备一个自定义的Windows7映像以便部署。您需要在该映像中安装一个第三方网络接口卡(NIC)驱动程序。您应该怎么做?()

A.运行Pkgmgr.exe并指定/ip参数

B.运行Dism.exe并指定/adddriver参数

C.通过使用“Windows系统映像管理器”(WindowsSIM)创建一个新应答文件。运行Pkgmgr.exe并指定/n参数

D.通过使用“Windows系统映像管理器”(WindowsSIM)创建一个新应答文件。运行Dism.exe并指定/applyunattend参数

点击查看答案

第6题

You develop a Web control. The Web control consists of labels and associated text boxes.You need to ensure that the Web control has both toolbox and visual designer support. What should you do?()

A. Add a Web Control Library project to your solution. Define a class that inherits from CompositeControl.

B. Add a Windows Control Library project to your solution. Define a class that inherits from UserControl.

C. Add a Web User Control to your project. Define a class that inherits from UserControl.

D. Add a Mobile Web User Control to your project. Define a class that inherits from MobileUserControl.

点击查看答案

第7题

You are the network administrator for your company. The network consists of a single Activ

e Directorydomain. All network servers run Windows Server 2003.You install the Remote Administration tools on a server named Server1, selecting all default settings.In Internet Explorer, you type https://server1/admin. You receive the following error message:"HTTP Error 404 - File or directory not found."You open IIS Manager and see the configuration shown in the exhibit. (Click the Exhibit button.)You need to ensure that you can use Internet Explorer to administer Server1.What should you do?()

A. In Internet Explorer, type http://server1:8099.

B. In Internet Explorer, type http://server1.

C. Install the Remote Desktop Web Connection subcomponent of the World Wide Web services.

D. In Internet Explorer, type https://server1:8098.

E. In Internet Explorer, type https://server1.

点击查看答案

第8题

YouhaveaserverthatrunsWindowsServer2003ServicePack2(SP2).Youneedtogetalistofalltheopenconnectionsontheserverandalltheportnumbersusedbytheconnections.Whichtoolshouldyouuse?()

A.Nbtstat

B.Netsh

C.Netstat

D.Nslookup

点击查看答案

第9题

你是TestKing网站的技术员,你公司的网络的一部分如下所示:所有的员工使用WindowsXP专业版电脑,网页开发部门所有的客户机使用手动配置IP地址来访问因特网上的网页应用,别的客户机使用DHCP来配置TCP/IP。网页开发部门的一个用户报告说他不能访问英特网上的资源,别的用户并没有报告这样的情况。你运行Netstat-r命令收到如下的信息:你要设置该用户的电脑能访问英特网,你要怎么做呢?()

A.设置子网掩码为255.0.0.0

B.设置子网掩码为255.255.255.240

C.设置默认网关的IP地址为172.30.23.1

D.设置默认网关的IP地址为131.107.47.49

点击查看答案

第10题

Certkiller.com 已要求您创建多线程应用程序,其中执行关键的数据库备份操作,按小时计算。您定义此操作,用下面的代码:public void BackupDB () {//Implementation code}然后,您可以创建一个线程对象,调用此方法的目的。您需要确保该线程计划之前任何其他线程在运行时执行。你应该做什么?()

A.

B.

C.

D.

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

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

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

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

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