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

YouhaveafileserverthatrunsWindowsServer2008.AuserrestoresalargefilebyusingthePreviousVersionstab.Youneedtoviewtheprogressofthefilerestoration.Whatshouldyoudo?()

A.Fromthecommandprompt,runshadow.exe/v.

B.Fromthecommandprompt,runvssadmin.exequeryreverts.

C.FromComputerManagement,clickontheSharedFoldersnodeandthenclickonSessions.

D.FromComputerManagement,clickontheSharedFoldersnodeandthenclickonOpenFiles.

提问人:网友fanweik 发布时间:2022-01-07
参考答案
查看官方参考答案
如搜索结果不匹配,请 联系老师 获取答案
网友答案
查看全部
  • · 有5位网友选择 D,占比26.32%
  • · 有3位网友选择 C,占比15.79%
  • · 有3位网友选择 A,占比15.79%
  • · 有2位网友选择 D,占比10.53%
  • · 有2位网友选择 C,占比10.53%
  • · 有2位网友选择 B,占比10.53%
  • · 有1位网友选择 B,占比5.26%
  • · 有1位网友选择 A,占比5.26%
匿名网友 选择了D
[94.***.***.100] 1天前
匿名网友 选择了D
[244.***.***.141] 1天前
匿名网友 选择了A
[236.***.***.97] 1天前
匿名网友 选择了D
[2.***.***.73] 1天前
匿名网友 选择了D
[36.***.***.2] 1天前
匿名网友 选择了C
[26.***.***.159] 1天前
匿名网友 选择了C
[175.***.***.243] 1天前
匿名网友 选择了B
[26.***.***.225] 1天前
匿名网友 选择了D
[126.***.***.147] 1天前
匿名网友 选择了B
[142.***.***.203] 1天前
匿名网友 选择了C
[117.***.***.99] 1天前
匿名网友 选择了C
[81.***.***.179] 1天前
匿名网友 选择了D
[185.***.***.153] 1天前
匿名网友 选择了A
[150.***.***.124] 1天前
匿名网友 选择了A
[55.***.***.8] 1天前
匿名网友 选择了D
[15.***.***.58] 1天前
匿名网友 选择了A
[239.***.***.156] 1天前
匿名网友 选择了C
[162.***.***.181] 1天前
匿名网友 选择了B
[139.***.***.12] 1天前
加载更多
提交我的答案
登录提交答案,可赢取奖励机会。
更多“YouhaveafileserverthatrunsWind…”相关的问题
第1题
You are the domain administrator for your company‘s Active Directory domain. All client computers runWindows 2000 Professional.You recently deployed 10 new servers that run Windows Server 2003. You placed the servers in a neworganizational unit (OU) named W2K3Servers.Anne is another network administrator.You need to configure the appropriate permissions to allow Anne to manage the new servers by usingTerminal Services from her client computer. You need to assign Anne only the permissions she needs toperform her job.What should you do?()

A. Add Anne‘s user account to the local Power Users group on each server that runs Windows Server 2003.

B. Add Anne‘s user account to the Remote Desktop Users group on each server that runs Windows Server 2003.

C. Assign Anne‘s user account the Allow - Read and the Allow - Write permissions for the W2K3Servers OU.

D. Configure the Managed By property for the W2K3Servers OU to Anne‘s user account.

点击查看答案
第2题
您正在开发一个自定义事件处理程序,自动打印所有打开的文件。事件处理程序有助于指定打印的份数。您需要开发一个自定义事件的参数类作为参数传递给事件处理程序。您应该使用哪个代码段?()

A.A

B.B

C.C

D.D

点击查看答案
第3题
You have an SQL query that takes one minute to execute. You use the following code segment to execute the SQL query asynchronously.IAsyncResult ar = cmd.BeginExecuteReader();You need to execute a method named Do Work() that takes one second to run while the SQL query is executing. DoWork() must run as many times as possible while the SQL query is executing. Which code segment should you use? ()

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){DoWork();}dr=cmd.EndExecuteReader(ar);

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

点击查看答案
第4题
You are the network administrator for your company. Your network consists of a single Active Directorydomain. All network servers run Windows Server 2003.You successfully install a new server named Server9. Immediately afterward, you perform the first backupof the server. The date is January 25, 2003.Next, you add a user named Anne to the local Backup Operators group. You direct Anne to performnightly backups of Server9.One week later, you try to review the backup logs for Server9. The Backup utility displays the informationshown in the exhibit. (Click the Exhibit button.)You verify that Anne is performing nightly backups.You need to be able to review the backup logs for the previous week.What should you do?()

A. Add your user account to the local Backup Operators group.

B. Direct Anne to use her user account to log on and open the Backup utility.

C. In the Backup utility, select the Verify data after the backup completes check box.

D. Open %windir%\system32\LogFiles. Create a new subfolder named BackupLogs.

点击查看答案
第5题
Your network contains a database server named Server1. Server1 runs the 32-bit version of WindowsServer 2003 Enterprise Edition Service Pack 2 (SP2) and has 16 GB of RAM.On Server1, you open Task Manager and discover that the total physical memory shows only 4 GB ofRAM.You need to ensure that Server1 has access to all 16 GB of RAM.What should you do?()

A. In the Boot.ini file, add the /PAE switch and then restart the server.

B. In the Boot.ini file, add the /3GB switch and then restart the server.

C. From Performance Options, set Memory Usage to Programs.

D. From Performance Options, change the initial size of the paging file to 16 GB and then restart the server.

点击查看答案
第6题
Your network consists of a single Active Directory domain. All servers run Windows Server 2003Service Pack 2 (SP2). All client computers run Windows XP Professional Service Pack 3 (SP3).A user named User1 attempts to log on to a computer named Computer1 and receives the following errormessage.You need to ensure that User1 can log on to Computer1.What should you do? ()

A. From the properties of the User1 account, modify the Log On To setting.

B. From the properties of the User1 account, modify the Logon Hours setting.

C. From the properties of the Computer1 account, modify the Managed By setting.

D. From the local security policy of Computer1, modify the Deny log on locally setting.

点击查看答案
第7题
Your network consists of a single Active Directory domain. All servers run Windows Server 2003Service Pack 2 (SP2). All client computers run Windows XP Professional Service Pack 3 (SP3).A domain user named User1 attempts to log on to a computer named Computer1. After several failedlogon attempts, User1 receives the following error message.You reset the password for User1 and provide the new password to User1.You need to ensure that User1 can log on immediately.What should you do? ()

A. Modify the Account settings for User1.

B. Modify the Session settings for User1.

C. Disable User1 and then enable User1.

D. Disable Computer1 and then enable Computer1.

点击查看答案
第8题
You have a file server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2).You run a full backup of Server1, update the device driver for the network adapter, and then restartServer1.You log on to Server1 and receive an error message that the network adapter driver failed to load.You need to ensure that the network adapter driver starts. You must achieve this goal in the minimumamount of time.What should you do? ()

A. Use the Roll Back Driver option.

B. Use Windows Backup to restore the system state.

C. Restart the server and select the Safe Mode option.

D. Restart the server and select the Last Known Good Configuration option.

点击查看答案
第9题
Your company has a single Active Directory domain. The domain has servers that run Windows Server 2008 R2. You have a server named NAT1 that functions as a NAT server.You need to ensure that administrators can access a server named RDP1 by using Remote Desktop Protocol (RDP).What should you do?()

A. Configure NAT1 to forward port 389 to RDP1.

B. Configure NAT1 to forward port 1432 to RDP1.

C. Configure NAT1 to forward port 3339 to RDP1.

D. Configure NAT1 to forward port 3389 to RDP1.

点击查看答案
第10题
Your corporate network has a member server named RAS1 that runs Windows Server 2008 R2. You configure RAS1 to use the Routing and Remote Access Services (RRAS). The company¯s remote access policy allows members of the Domain Users group to dial in to RAS1. The company issues smart cards to all employees. You need to ensure that smart card users are able to connect to RAS1 by using a dial-up connection.What should you do?()

A. Install the Network Policy Server (NPS) server role on RAS1.

B. Create a remote access policy that requires users to authenticate by using SPAP.

C. Create a remote access policy that requires users to authenticate by using EAP-TLS.

D. Create a remote access policy that requires users to authenticate by using MS-CHAP v2.

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

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

简答题官方微信公众号

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

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

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