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

名为Server2的服务器运行WindowsServer2008。Server2上安装了“终端服务”服务器角色。您打算在Server2上部署新的“终端服务”应用程序。应用程序开发商确认该应用程序可部署在终端服务环境中。该应用程序不使用MicrosoftWindowsInstaller程序包进行安装。安装期间,应用程序会更改当前用户注册表。您需要安装该应用程序以支持多用户会话。该怎么做?()

A.从客户端计算机上运行mstsc/v:Server2/console命令登录到Server2。安装该应用程序。

B.在Server2上运行changeuser/execute命令。在Server2上安装该应用程序,并运行changeuser/install命令。

C.在Server2上运行changeuser/install命令。在Server2上安装该应用程序,并运行changeuser/execute命令。

D.在Server2上运行changelogon/disable命令。在Server2上安装该应用程序,并运行changelogon/enable命令。

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

第1题

你是TESTKING.com的技术支持员,公司的网络包括一个活动目录域和是这个域成员的WINXP专业版电脑.

公司策略是,禁止用户访问他们的电脑除非域控制器授权。然而,用户说,他们能登录他们的电脑,尽管网络管理员告诉他们域控制器是不可用的。作为测试,你注销登录并断开与网络的连接。你发现你能通过域用户帐户登录。你要保证用户不能访问他们的电脑除非域控制器授权。你应该如何配置本地电脑策略在他们的电脑上?()

A.使”要求开启域控制器”可用

B.设置”Numberofprevouslogonstocache”策略为0

C.从”本地登录”用户权限里删除所有用户和组的帐户

D.从”从网络访问本机”用户权限里删除所有用户和组的帐户

点击查看答案

第2题

您的网络包含一个IPv4子网。该子网包含20台运行Windows7的计算机。您将一台名为Computer1的新计算机添加到该子网中。您发现Computer1有一个169.254.34.12的IP地址。您无法连接到网络上的其他计算机。网络上的其他计算机可以互相连接。您需要确保可以连接到网络上的所有计算机。您应该怎么做?()

A.关闭“Windows防火墙”

B.运行Ipconfig.exe/renew

C.配置一个静态TCP/IP地址

D.运行Netsh.exeinterfaceipv4install

点击查看答案

第3题

YournetworkconsistsofasingleActiveDirectorydomain.Theremoteaccesspermissionforallusersisse

ttoControlaccessthroughRemoteAccessPolicy.YouhaveaVPNservernamedServer1thatrunsWindowsServer2003ServicePack2(SP2).ThecurrentconfigurationallowsallauthenticateduserstoestablishVPNconnectionstoServer1.YoucreateaglobalgroupnamedGroup1.YouneedtopreventallmembersofGroup1fromestablishingVPNconnectionstoServer1.Whatshouldyoudo?()

A.FromthelocalcomputerpolicyonServer1,modifytheAccountPoliciessettings.

B.FromActiveDirectoryUsersandComputers,modifytheSecuritysettingsofGroup1.

C.FromtheRoutingandRemoteAccesssnap-in,createanewremoteaccesspolicy.

D.FromtheRoutingandRemoteAccesssnap-in,openthepropertiesofServer1andmodifythesecurityoptions.

点击查看答案

第4题

Your network consists of a single Active Directory domain. All network servers run Windows

Server 2003Service Pack 2 (SP2).You have a computer named ACCT5 that runs Windows XP Professional Service Pack 3 (SP3). Users report that they cannot log onto ACCT5 by using their domain credentials.You view the properties of the computer account as shown in the exhibit. (Click the Exhibit button.)You need to need to ensure that users can log on to ACCT5 by using their domain credentials.What should you do?()

A. At the command prompt, run the Dsrm command.

B. At the command prompt, run the Netdom reset command.

C. From Active Directory Users and Computers, reset the computer account.

D. From Active Directory Users and Computers, enable the computer account.

点击查看答案

第5题

某台服务器运行WindowsServer2008。该服务器上安装了“终端服务”角色。您在该服务器上部署了一个新应用程序。该应用程序创建扩展名为.xyz的文件。您需要确保用户双击扩展名为.xyz的文件就可从其计算机上启动此远程应用程序。该怎么做?()

A.在用户的计算机上将“远程桌面连接客户端”配置为指向服务器。

B.使用“远程桌面程序”文件将该应用程序配置为发布的应用程序。

C.使用WindowsInstaller程序包文件将该应用程序配置为发布的应用程序。

D.使用“终端服务器Web访问”网站将该应用程序配置为发布的应用程序。

点击查看答案

第6题

YouneedtodesignamethodofcommunicationbetweentheITandHRdepartments.Yoursolutionmustmeetbusinessrequirements.Whatshouldyoudo?()

A.DesignacustomIPSecpolicytoimplementEncapsulatingSecurityPayload(ESP)forallIPtrafficDesigntheIPSecpolicytousecertificate-basedauthenticationbetweenthetwodepartments’computers

B.DesignacustomerIPSecpolicytoimplementAuthenticationHeader(AH)forallIPtraffic.DesingtheIPSecpolicytousepresharedkeyauthenticationbetweenthetwodepartments’computers

C.DesignacustomerIPSecpolicytoimplementEncapsulatingPayload(ESP)forallIPtraffic.DesingtheIPSecpolicytousepresharedkeyauthenticationbetweenthetwodepartments’computers

D.DesignacustomerIPSecpolicytoimplementAuthenticationHeader(AH)forallIPtraffic.DesingtheIPSecpolicytousecertificate-basedauthenticationbetweenthetwodepartments’computers

点击查看答案

第7题

You develop a serializable class for persisting objects as files.Every time an object is s

erialized, you have to update the database with the name of the object and location of that file.You elect to employ the OnSerialized attribute to achieve this objective.You now need to apply the OnSerialized attribute to a certain method.What should you do?()

A.

B.

C.

D.

点击查看答案

第8题

Your network consists of a single Active Directory domain. All servers run Windows Server

2003 ServicePack 2 (SP2). All client computers run Windows XP Professional Service Pack 3 (SP3).You have an organizational unit (OU) named Accounting. You create a Group Policy object (GPO) and link it to the Accounting OU.You join a new client computer to the domain.You discover that the new client computer fails to receive the settings from the new GPO.You need to ensure that the new GPO is applied to the new computer.What should you do? ()

A. Move the computer account to the Accounting OU.

B. Modify the Location attribute of the computer account.

C. Modify the Managed By attribute of the computer account.

D. Enable the Trust computer for delegation option on the computer account.

点击查看答案

第9题

YournetworkconsistsofasingleActiveDirectorydomain.AllserversrunWindowsServer2003ServicePac

k2(SP2).YouhaveaVPNservernamedServer1.YouhaveanInternetAuthenticationService(IAS)servernamedServer2.YouneedtoensurethatallVPNconnectionstoServer1areauthenticatedbyServer2.Whichtwoactionsshouldyouperform?()

A.FromtheInternetAuthenticationServicesnap-inonServer2,createanewRADIUSclient.

B.FromtheInternetAuthenticationServicesnap-inonServer2,createanewremoteaccesspolicy.

C.FromtheRoutingandRemoteAccesssnap-in,configureServer1touseRADIUSaccounting.

D.FromtheRoutingandRemoteAccesssnap-in,configureServer1touseRADIUSauthentication.

点击查看答案

第10题

公司有一个ActiveDirectory域。有一台运行WindowsServer2008的服务器。该服务器上安装了“终端服务”角色。公司安全策略不允许用户在终端服务会话期间将信息复制并粘贴到本地计算机。您部署了一个名为APP1的远程应用程序。您需要配置终端服务以符合安全要求。该怎么做?()

A.启用“每个会话都使用临时文件夹”选项。

B.将“安全加密级别”更改为“符合FIPS标准”。

C.在发布的应用程序的“RDP设置”中,取消选中“剪贴板”选项。

D.在服务器的“RDP-Tcp客户端设置”属性中,禁用“驱动器”选项。

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

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

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

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

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