Microsoft Networking

Is this your test? Login to manage it. If not, you can generate an exam just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
. Which of the following is not true concerning virtual network adapters?
2.
1 point
You modify the install.ps1 script from the previous question so that it no longer generates an error when you run it. After running the script, you use Print Management to verify that the printer driver, printer port, and printer have all been installed successfully and that you can print a test page to the new printer. Unfortunately, your users indicate that they cannot print to the printer. What might be the reason for this?
3.
1 point
Although performing checkpoints is not recommended in production environments, they are sometimes used. Which of the following checkpoint actions should you never take? (Choose all that apply.)
4.
1 point
. Which of the following Active Directory administration tasks can you not perform using ADAC? (Choose all that apply.)
5.
1 point
Which cmdlet can you use to disable a binding on a network adapter?
6.
1 point
Which of the following storage-management utilities is deprecated as of Windows Server 2012 R2? (Choose all that apply.)
7.
1 point
1. Which of the following might be true if the primordial pool is not visible in the Storage Pools tile on the Storage Pools subpage of the File And Storage Services page of Server Manager? (Choose all that apply.)
8.
1 point
Why are pass-through disks no longer recommended for Hyper-V virtual machines? (Choose all that apply.)
9.
1 point
The IPv6 address assigned to an interface has a prefix identifier of FE80::/64. What type of address is it?
10.
1 point
Which of the following is not true concerning checkpoints? (Choose all that apply.)
11.
1 point
Which edition and installation option of Windows Server 2012 R2 are the best choices for deploying Hyper-V hosts in a data center environment?
12.
1 point
Which of the following tasks cannot be performed on a virtual disk by using either Server Manager or Windows PowerShell?
13.
1 point
In a Windows Server–based DNS infrastructure in which DNSSEC has been implemented, where is the validation of the response to a query performed?
14.
1 point
You want to improve the reliability of print services in your environment by running the printer driver for each printer installed on your print server in a separate process that is isolated from the Print Spooler service on the server. Which set of requirements will enable you to achieve this goal? (Choose all that apply.)
15.
1 point
What commands can you use to find Windows PowerShell cmdlets for managing Active Directory groups? (Choose all that apply.)
16.
1 point
Which of the following is not true about IPv6 on Windows Server 2012 and Windows Server 2012 R2?
17.
1 point
What is the minimum number of physical disks required for a storage pool that will be used to provision resilient volumes for a failover cluster consisting of two file servers?
18.
1 point
Which Windows PowerShell cmdlet can you combine with New-ADUser to bulk-create new user accounts?
19.
1 point
Which Windows PowerShell cmdlet enables you to determine whether any printers installed on a print server are shared?
20.
1 point
In which of these scenarios might you try to optimize a virtual hard disk by compacting, expanding, shrinking, or merging it?
21.
1 point
3. What action does the following command perform?
Click here to view code image
Set-DhcpServerv4OptionValue -Router 10.10.0.1 -ScopeId 10.10.20.0
22.
1 point
. In an environment in which the iSCSI Target Server role service of Windows Server 2012 R2 has been deployed, what might the following string mean?
iqn.1991-05.com.microsoft:srv4-finance-target
23.
1 point
Which of the following tasks must you perform to be able to manage print servers running Windows Server 2012 R2 from a single workstation running Windows 8.1? (Choose all that apply.)
24.
1 point
Which of the following Windows PowerShell cmdlets produces output that you can use to determine the LUN mapping for an iSCSI target?
25.
1 point
Which Windows PowerShell cmdlet can you use to enable the Active Directory Recycle Bin?
26.
1 point
Which approach to ensuring DHCP availability involves dividing up the IP address pool of a scope between two DHCP servers, typically using the ratio 80:20?
27.
1 point
. If the recycled object lifetime for a directory object has expired, what state is the object in?
28.
1 point
Which Windows PowerShell cmdlet can you use to unshare a printer that is currently shared?
29.
1 point
What do you need to do or use for Windows computers on an IPv4-only network to be able to communicate with Windows computers on a different network that is IPv6-capable?
30.
1 point
Which of the following is true concerning DHCP failover in Windows Server 2012 and Windows Server 2012 R2? (Choose all that apply.)
31.
1 point
When you use Show-Command to open a properties page for a cmdlet, what does an asterisk (*) mean when you find one beside a parameter?
32.
1 point
What steps can you take to make your iSCSI storage environment more secure? (Choose all that apply.)
33.
1 point
You want to use a Server Core installation of Windows Server 2012 R2 as a Hyper-V host. The server has been joined to an Active Directory domain and resides in your data center. Because you do not yet feel confident managing servers from the command line, you want to manage the host using the Hyper-V Manager snap-in. Given that security is a concern and you also want to keep the servicing overhead low for your servers while managing them conveniently, which of the following would be the best approach for you to pursue?
34.
1 point
Which of the following scenarios might be appropriate for implementing DHCP failover in hot-standby mode? (Choose all that apply.)
35.
1 point
Which of the following profiles should you select when using the New Shares Wizard to create a share for storing Hyper-V virtual machine files on the network? (Choose all that apply.)
36.
1 point
Which of the following are best practices for implementing fine-grained password policies in a domain? (Choose all that apply.)
37.
1 point
You have created a flat OU structure for your domain that has only top-level OUs and no child OUs. Each department’s desktops, laptops, and users are contained in different OUs. What is the main reason why this design is a poor choice when it comes to implementing Group Policy for your environment?
38.
1 point
Which Windows PowerShell cmdlet can you use to display the address information for an interface?
39.
1 point
. Which of the following is not true when deploying Storage Spaces with Failover Clustering? (Choose all that apply.)
40.
1 point
You have used Windows PowerShell to create two 5 TB data volumes on your file server. The total free space on all connected physical disks is only 2 TBs. What feature of Storage Spaces makes this possible?
41.
1 point
2. What does the –Force parameter do in the following Windows PowerShell command?
Click here to view code image
Set-ADAccountPassword -Reset -NewPassword (ConvertTo-SecureString -AsPlainText
"Pa$$w0rd" -Force)
42.
1 point
3. You want to install a new printer on a print server running Windows Server 2012 R2. The print device uses the HP LaserJet 6L PS Class Driver printer driver and requires a standard TCP/IP printer port. You used Notepad to create a text file named install.ps1 that contains the following Windows PowerShell commands:
Click here to view code image
Add-PrinterPort -Name "TCP66" -PrintHostAddress "172.16.11.66"
Add-Printer -Name "Printer66" -DriverName "HP LaserJet 6L PS Class Driver" `
-ShareName "Printer66" -PortName "TCP66"
You open a Windows PowerShell prompt on the local print server and run the preceding script, but it generates an error. Which of the following could be the cause of the error? (Choose all that apply.)
43.
1 point
4. You want to enable DHCP Guard on a virtual network adapter on virtual machine SRV-B running on host HOST4. To do this, you run the following command:
Click here to view code image
Set-VMNetworkAdapter -ComputerName HOST4 -VMName SRV-B -DhcpGuard:$true
Unfortunately, running this command returns the following error:
Click here to view code image
Set-VMNetworkAdapter : Cannot bind parameter 'DhcpGuard'. Cannot convert value
"True" to type "Microsoft.HyperV.PowerShell.OnOffState". Error: "Invalid cast from
'System.Boolean' to 'Microsoft.HyperV.PowerShell.OnOffState'."
At line:1 char:67
+ Set-VMNetworkAdapter -ComputerName HOST4 -VMName SRV-B -DhcpGuard:$true
+ ~~~~~
+ CategoryInfo : InvalidArgument: (:) [Set-VMNetworkAdapter],
ParameterBindingException
+ FullyQualifiedErrorId :
CannotConvertArgumentNoMessage,Microsoft.HyperV.PowerShell.Commands.
SetVMNetworkAdapterCommand
44.
1 point
What feature of ADAC enables you to quickly access the last three containers you accessed? (Choose all that apply.)
45.
1 point
Which of the following is not a correct explanation of a DNSSEC term or concept?
46.
1 point
Which Windows PowerShell cmdlet can you use to view the health status for Storage Spaces on your file server?
47.
1 point
When you want to implement DNSSEC in an Active Directory environment in which all DNS servers are domain controllers and use only Active Directory–integrated zones, which of the following steps in the DNSSEC deployment process is not correct?
48.
1 point
You have three virtual machines running on a Hyper-V host that has 16 GBs of physical memory. The guest operating system installed in all three virtual machines is Windows Server 2008 R2, and none of the virtual machines is a file server. Dynamic Memory is enabled on all three machines and is configured as follows:
VM-1 has 1 GB minimum RAM, 4 GBs maximum RAM, and 20 percent memory buffer.
VM-2 has 2 GBs minimum RAM, 8 GBs maximum RAM, and 30 percent memory buffer.
VM-3 has 1 GB minimum RAM, 6 GBs maximum RAM, and 100 percent memory buffer.
Over time, you find that the performance of VM-1 and VM-2 is becoming sluggish. Why?
49.
1 point
Which of the following types of directory objects can you not create using ADAC? (Choose all that apply.)
50.
1 point
Which of the following nodes in the console tree of Print Management allows you to install new printer drivers on a print server? (Choose all that apply.)