重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
找答案首页 > 全部分类 > 计算机类考试
搜题
网友您好, 请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
[主观题]

Your network contains a server that runs Windows Server 2008 R2. The server has the Networ

k Policy and Access Services server role installed. You need to allow only members of a global group named Group1 VPN access to the network.What should you do? ()

A. Add Group1 to the RAS and IAS Servers group.

B. Add Group1 to the Network Configuration Operators group.

C. Create a new network policy and define a group-based condition for Group1. Set the access permission of the policy to Access granted. Set the processing order of the policy to 1.

D. Create a new network policy and define a group-based condition for Group1. Set the access permission of the policy to Access granted. Set the processing order of the policy to 3.

查看答案
更多“Your network contains a server that runs Windows Server 2008 R2. The server has the Networ”相关的问题

第1题

YouareresponsibleforimportingdataintoSQLServer2005databases.Yourdepartmentisstartingtorece

ivetextfilesthatcontainsalestransactionsfromstoresacrossthecountry.Columnsinthedataareseparatedbysemicolons.Youneedtoimportthefilesintothesalesdatabase.Whatshouldyoudo?()

A.Createacustomformatfile,specifyingasemicolonastherowterminator.

B.Usethebcpcommand,specifyingasemicolonasthefieldterminator.

C.Usethebcpcommandwiththedefaultarguments.

D.UsetheBULKINSERTstatementwiththedefaultarguments.

点击查看答案

第2题

YournetworkcontainsanActiveDirectoryforest.AlldomaincontrollersrunWindowsServer2008R2andar

econfiguredasDNSservers.YouhaveanActiveDirectory-integratedzoneforcontoso.com.YouhaveaUNIX-basedDNSserver.YouneedtoconfigureyourWindowsServer2008R2environmenttoallowzonetransfersofthecontoso.comzonetotheUNIX-basedDNSserver.WhatshouldyoudointheDNSManagerconsole()

A.Disablerecursion.

B.Createastubzone.

C.Createasecondaryzone.

D.EnableBINDsecondaries.

点击查看答案

第3题

您需要设计WindowsServer2003路由和远程访问服务器的配置符合西雅图办公室的商业要求。您应该做什么?()

A.配置路由和远程访问服务器的远程访问策略要求所有连接需要MS-CHAPv2

B.使用组策略对象(GPO)配置组限制策略应用到路由与远程访问服务器。使用这项组限制策略移除所有本地组中的帐户,然后添加的授权计算机帐户

C.配置路由与远程访问服务器只使用PPTP连接

D.配置路由与远程访问服务器在使用L2TP连接只能使用IPSec。配置IPSec使用证书

点击查看答案

第4题

YouhaveasingleActiveDirectorydirectoryservicedomain.YouuseaGroupPolicyobject(GPO)toapplyse

curitysettingstoyourclientcomputers.YouconfigurethestartuptypeforsystemservicessettingsinanewGPO,andyoulinktheGPOtoanorganizationalunit(OU).Youdiscoverthatthestartuptypeforsystemservicesononeoftheclientcomputershasnotbeenupdated.YouneedtoensurethattheGroupPolicysettingsareappliedtotheclientcomputer.Whatshouldyoudo?()

A.Restarttheclientcomputer.

B.Instructtheusertologoffandthenlogontotheclientcomputer.

C.Ontheclientcomputer,runtheGpupdate.execommandwiththe/Forceparameter.

D.Ontheclientcomputer,runtheGpupdate.execommandwiththe/Target:computerparameter.

点击查看答案

第5题

YournetworkconsistsofanActiveDirectoryforestthatcontainsonedomainnamedcontoso.com.Alldomai

ncontrollersrunWindowsServer2008R2andareconfiguredasDNSservers.YouhavetwoActiveDirectory-integratedzones:contoso.comandnwtraders.com.Youneedtoensureauserisabletomodifyrecordsinthecontoso.comzone.YoumustpreventtheuserfrommodifyingtheSOArecordinthenwtraders.comzone.Whatshouldyoudo()

A.FromtheDNSManagerconsole,modifythepermissionsofthecontoso.comzone.

B.FromtheDNSManagerconsole,modifythepermissionsofthenwtraders.comzone.

C.FromtheActiveDirectoryUsersandComputersconsole,runtheDelegationofControlWizard.

D.FromtheActiveDirectoryUsersandComputersconsole,modifythepermissionsoftheDomainControllersorganiz

点击查看答案

第6题

YouhaveasingleActiveDirectorydirectoryserviceforestnamedcontoso.com.Youcreatebaselinesecur

itysettingsforagroupofcomputers,andyoustorethesettingsinadatabase.Youdeploythebaselinesecuritysettings.Youneedtoconfirmthatthesecuritysettingsononeofthecomputersareappliedcorrectly.Whataretwopossiblecommandsthatyoucanruntoachievethisgoal?()

A.secedit

B.gpupdate

C.netdom

D.scwcmd

点击查看答案

第7题

Contoso,Ltd.hasanActiveDirectorydomainnamedad.contoso.com.Fabrikam,Inc.hasanActiveDirector

ydomainnamedintranet.fabrikam.com.Fabrikam’ssecuritypolicyprohibitsthetransferofinternalDNSzonedataoutsidetheFabrikamnetwork.YouneedtoensurethattheContosousersareabletoresolvenamesfromthe intranet.fabrikam.comdomain.Whatshouldyoudo()

A.Createanewstubzonefortheintranet.fabrikam.comdomain.

B.Configureconditionalforwardingfortheintranet.fabrikam.comdomain.

C.Createastandardsecondaryzonefortheintranet.fabrikam.comdomain.

D.CreateanActiveDirectory-integratedzonefortheintranet.fabrikam.comdomain.

点击查看答案

第8题

你正在创建一个处理 XML 文档的应用。其 XML 文档格式如下:在你的应用中,你已经装入 XML 文档到一个名为 subscriber 的对象中。请问,下面那一个代 码正确的得到 phone 属性的值?()

A.subscriber.DocumentElement.Attributes("phone").Value

B.subscriber.DocumentElement.ChildNodes[2].Value

C.subscriber.FirstChild.Attributes("phone").Value

D.subscriber.GetElementById("phone").Value

E.subscriber.DocumentElement.GetAttributeNode("phone").Value

点击查看答案

第9题

您需要设计组策略(GPO)设置支持使用文件加密系统(EFS)。你的解决方案必须符合企业和安全的要求。您应该执行哪2个操作?()

A.设计一个数据恢复代理和发布一个EFS证书给数据恢复代理。导出私钥然后限制对导出的私钥的访问

B.在全部的客户计算机上使本地管理员成为数据恢复代理

C.从默认的域策略(GPO)中移除默认的数据恢复代理。然后,用一个新的数据恢复代理代替

D.删除默认的域策略(GPO)。配置新的GPO链接到域中,而无须指定数据恢复代理

点击查看答案

第10题

一个远程用户有一台运行Windows7的计算机。这个用户报告说当他使用一个应用程序时会收到几个错误信息。你没有远程访问这台计算机的权限。你需要告诉这个用户在他的计算机上如何创建一个关于他执行这个操作的屏幕快照。这个方案必须跟踪这个用户执行时的鼠标轨迹。你该怎么做?()

A.按下ALT+PrintScreen键

B.运行Psr.exe并单击“开始录制”

C.在鼠标属性中,单击显示轨迹

D.运行Snippingtool.exe,单击“新建”,然后单击“窗口截图”

点击查看答案
下载上学吧APP
客服
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
选择优惠券
优惠券
请选择
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

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

- 微信扫码关注上学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注上学吧 -
请用微信扫码测试
选择优惠券
确认选择
谢谢您的反馈

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

上学吧找答案