Home
26.
Which of the following Windows PowerShell cmdlets can you use to list the existing Windows Firewall rules on a computer running Windows Server 2012 R2? (Choose all that apply.)
  • A.
    Get-NetFirewallRule
  • B.
    Set-NetFirewallRule
  • C.
    Show-NetFirewallRule
  • D.
    New-NetFirewallRule
  • Answer & Explanation
  • Report
Answer : [A, C]
Explanation :
A. Correct: The Get-NetFirewallRule cmdlet displays a list of all the rules on a system running Windows Firewall.
B. Incorrect: The Set-NetFireWallRule cmdlet is for managing specific rules, not listing them.
C. Correct: The Show-NetFirewallRule cmdlet displays a list of all the rules on a system running Windows Firewall.
D. Incorrect: The New-NetFireWallRule cmdlet is for creating rules, not listing them.
Report
Name Email  
27.
Which of the following tasks can you not perform remotely on a server running Windows Server 2008?
  • A.
    Install roles by using Server Manager
  • B.
    Install roles by using Windows PowerShell
  • C.
    Connect to the remote server by using the Computer Management snap-in
  • D.
    Monitor event log entries
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
A. Correct: You cannot install roles on a remote server running Windows Server 2008 by using Server Manager.
B. Incorrect: You can install roles on a remote server running Windows Server 2008 by using Windows PowerShell.
C. Incorrect: You can connect to a remote server running Windows Server 2008 by using the Computer Management console as long as you enable the COM+ Network Access rule.
D. Incorrect: You can monitor event log entries on a remote server running Windows Server 2008 as long as you enable the Remote Event Log Management rules.
Report
Name Email  
28.
Which of the following updates must you install on a server running Windows Server 2008 before you can connect to it by using Windows Server 2012 R2 Server Manager? (Choose all that apply.)
  • A.
    .NET Framework 3.5
  • B.
    .NET Framework 4.0
  • C.
    Windows Management Framework 3.0
  • D.
    Windows Server 2008 R2
  • Answer & Explanation
  • Report
Answer : [B, C]
Explanation :
A. Incorrect: .NET Framework 3.5 is not needed for Server Manager to connect to Windows Server 2008.
B. Correct: .NET Framework 4.0 is needed for Server Manager to connect to Windows Server 2008.
C. Correct: Windows Management Framework 3.0 is needed for Server Manager to connect to Windows Server 2008.
D. Incorrect: It is not necessary to upgrade to Windows Server 2008 R2 for Server Manager to connect to Windows Server 2008.
Report
Name Email  
29.
When you run Server Manager from a Windows 8 workstation using Remote Server Administration Tools, which of the following elements do not appear in the default display?
  • A.
    The Dashboard
  • B.
    The Local Server home page
  • C.
    The All Servers home page
  • D.
    The Welcome tile
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A. Incorrect: The Dashboard does appear in the default Server Manager display.
B. Correct: The Local Server home page does not appear, because the local system is a workstation, not a server.
C. Incorrect: The All Servers home page does appear in the default Server Manager display.
D. Incorrect: The Welcome tile does appear in the default Server Manager display.
Report
Name Email  
30.
Which of the following statements about Type I and Type II virtualization are true? (Choose all that apply.)
  • A.
    In Type I virtualization, the hypervisor runs on top of a host OS.
  • B.
    In Type I virtualization, the hypervisor runs directly on the computer hardware.
  • C.
    In Type II virtualization, the hypervisor runs on top of a host OS.
  • D.
    In Type II virtualization, the hypervisor runs directly on the computer hardware.
  • Answer & Explanation
  • Report
Answer : [B, C]
Explanation :
A. Incorrect: In Type I virtualization, the hypervisor does not run on top of a host OS.
B. Correct: A Type I hypervisor runs directly on the computer hardware.
C. Correct: A Type II hypervisor runs on top of a host OS.
D. Incorrect: In Type II virtualization, the hypervisor does not run directly on the computer hardware.
Report
Name Email