题目内容 (请给出正确答案)
[主观题]

YourcompanyhasasingleActiveDirectorydomain.AllserversrunWindowsServer2008.youinstallanaddi

tionalDNSserverthatrunsWindowsServer2008.YouneedtodeletethepointerrecordfortheIPaddress10.3.2.127.Whatshouldyoudo?()

A.UseDNSmanagertodeletethe127.in-addr.arpazone.

B.Runthednscmd/RecordDelete10.3.2.127commandatthecommandprompty

C.Runthednscmd/ZoneDelete127.in-addr.arpacommandatthecommandprompt.

D.Runthednscmd/RecordDelete10.in-addr.arpa127.2.3PTRcommandatthecommandprompt.

提问人:网友haoziding 发布时间:2022-01-07
参考答案
查看官方参考答案
如搜索结果不匹配,请 联系老师 获取答案
更多“YourcompanyhasasingleActiveDir…”相关的问题
第1题
Your company has a single Active Directory domain. All servers run Windows Server 2008 R2.You install an additional DNS server that runs Windows Server 2008 R2.You need to delete the pointer record for the IP address 10.3.2.127.What should you do?()

A. Use DNS manager to delete the 127.in-addr.arpa zone.

B. Run the dnscmd /RecordDelete 10.3.2.127 command at the command prompt.

C. Run the dnscmd /ZoneDelete 127.in-addr.arpa command at the command prompt.

D. Run the dnscmd /RecordDelete 10.in-addr.arpa. 127.2.3 PTR command at the command prompt.

点击查看答案
第2题
YourcompanyhasasingleActiveDirectorydomain.AllserversrunWindowsServer2008.Thecompanynetworkhas10serversthatperformasWebservers.AllconfidentialfilesarelocatedonaservernamedFSS1.Thecompanysecuritypolicystatesthatallconfidentialdatamustbetransmittedinthemostsecuremanner.Whenyoumonitorthenetwork,younoticethattheconfidentialfilesarestoredontheFSS1serverarebeingtransmittedoverthenetworkwithoutencryption.YouneedtoensuretahtencryptionisalwaysusedwhentheconfidentialfilesontheFSS1serveraretransmittedoverthenetwork.Whataretwopossiblewaystoachievethisgoal?()
点击查看答案
第3题
The company ________ Shenzhen and has branches in more than 30 countries all over the world.

A、bases in

B、is based in

C、located in

D、locates in

点击查看答案
第4题
Contoso Ltd. has a single Active Directory forest that has five domains. Each domain has two DNS servers. Each DNS server hosts Active Directory-integrated zones for all five domains. All domain controllers run Windows Server 2008 R2.Contoso acquires a company named Tailspin Toys. Tailspin Toys has a single Active Directory forest that contains a single domain.You need to configure the DNS system in the Contoso forest to provide name resolution for resources in both forests.What should you do?()

A. Configure client computers in the Contoso forest to use the Tailspin Toys DNS server as the alternate DNS server.

B. Create a new conditional forwarder and store it in Active Directory. Replicate the new conditional forwarder to all DNS servers in the Contoso forest.

C. Create a new application directory partition in the Contoso forest. Enlist the directory partition for all DNS servers.

D. Create a new host (A) record in the GlobalNames folder on one of the DNS servers in the Contoso forest. Configure the host (A) record by using the Tailspin Toys domain name and the IP address of the DNS server in the Tailspin Toys forest.

点击查看答案
第5题
Your company has a main office and 15 branch offices. The company has a single Active Directory domain. All servers run Windows Server 2008 R2.You need to ensure that the VPN connections between the main office and the branch offices meet the following requirements:¡¤All data must be encrypted by using en-to-end encryption.¡¤The VPN connection must use compute-level authentication.¡¤User names and passwords cannot be used for authenticationWhat should you do?()

A. Configure an IPsec connection to use tunnel mode and preshared key authentication.

B. Configure a PPTP connection to use version 2 of the MS-CHAP v2 authentication.

C. Configure a L2TP/IPsec connection to use the EAP-TLS authentication.

D. Configure a L2TP/IPsec connection to use version 2 of the MS-CHAP v2 authentication.

点击查看答案
第6题
Your company has a network that has 100 servers. You install a new server that runs Windows Server 2008 R2. The server has the Web Server (IIS) server role installed.After a week, you discover that the Reliability Monitor has no data, and that the Systems Stability chart has never been updated.You need to configure the server to collect the Reliability Monitor data.What should you do?()

A. Run the perfmon.exe /sys command on the server.

B. Configure the Task Scheduler service to start automatically.

C. Configure the Remote Registry service to start automatically.

D. Configure the Secondary Logon service to start automatically.

点击查看答案
第7题
YourcompanyhasfileserverslocatedinanorganizationalunitnamedPayroll.ThefileserverscontainpayrollfileslocatedinafoldernamedPayroll.YoucreateaGPO.YouneedtotrackwhichemployeesaccessthePayrollfilesonthefileservers.Whatshouldyoudo()

A.EnabletheAuditobjectaccessoption.LinktheGPOtothePayrollorganizationalunit.Onthefileservers,configure

B.EnabletheAuditobjectaccessoption.LinktheGPOtothedomain.Onthedomaincontrollers,configureAuditingf

C.EnabletheAuditprocesstrackingoption.LinktheGPOtotheDomainControllersorganizationalunit.Onthefilese

D.EnabletheAuditprocesstrackingoption.LinktheGPOtothePayrollorganizationalunit.Onthefileservers,config

点击查看答案
第8题
You have two servers named Server1 and Server2 that run Windows Server 2003 Service Pack 2(SP2).Server1 is configured as a DHCP server.You plan to decommission the DHCP service on Server1.You need to move the DHCP server configuration to Server2. The configuration must include allconfigured scopes, leases, and DHCP options.What should you do first? ()

A. From the DHCP snap-in, export list.

B. From the DHCP snap-in, back up the server.

C. From Windows Explorer, copy the %systemroot%\System32\Dhcp\DHCP.mdb file.

D. From Windows Explorer, copy the %systemroot%\System32\Dhcp\backup\dhcpcfg file.

点击查看答案
第9题
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.The application contains a composite user control that includes a TextBox control named txtInput.The user control will be hosted in a window and will have handlers for the text-changed event of txtInput.You need to ensure that the application meets the following requirements:AddHandler(TextBox.TextChangedEvent, new RoutedEventHandler(Audit_TextChanged), true);Which of the following statments are TRUE ?()

A.A text-changed event handler, named Audit_TextChanged, was Created for the txtInput control.

B.Audit_TextChanged will stop running because the event is marked as handled by certain event handlers.

C.Even through the event is marked handled by certain event handlers, Audit_TextChanged will still run.

D.Audit_TextChanged will continue to run until the event is marked as handled.

点击查看答案
账号:
你好,尊敬的用户
复制账号
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
欢迎分享答案

为鼓励登录用户提交答案,简答题每个月将会抽取一批参与作答的用户给予奖励,具体奖励活动请关注官方微信公众号:简答题

简答题官方微信公众号

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

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

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