PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to ensure that the zone only replicates to DNS servers that support DNSSEC

Your network contains an Active Directory forest named contoso.com. Contoso.com contains three domain controllers that run Windows Server 2008 R2 and three domain controllers that run Windows Server 2003. All domain controllers are configured as DNS servers. You configure the contoso.com zone to use DNSSEC. You need to ensure that the zone only replicates to DNS servers that support DNSSEC. What should you do first?

You need to resolve the issue that causes Application1 to fail

Your network contains an Active Directory forest. The functional level of the forest is Windows Server 2008 R2.

Your company’s corporate security policy states that the password for each user account must be changed at least every 45 days.

You have a user account named Service1. Service1 is used by a network application named Application1.

Every 45 days, Application1 fails.

After resetting the password for Service1, Application1 runs properly. You need to resolve the issue that causes Application1 to fail. The solution must adhere to the corporate security policy.

What should you do?

You need to configure ServerCore to use Server2 as the preferred DNS server and Server1 as the alternate DNS s

Your company has a server named Server1 that runs Windows Server 2008 R2. Server1 runs the DHCP Server server role and the DNS Server server role. You also have a server named ServerCore that runs a Server Core installation of Windows Server 2008 R2.

All computers are configured to use only Server1 for DNS resolution. The IP address of Server1 is 192.168.0.1. The network interface on all the computers is named LAN. Server1 is temporarily offline. A new DNS server named Server2 has been configured to use the IP address 192.168.0.254.

You need to configure ServerCore to use Server2 as the preferred DNS server and Server1 as the alternate DNS server.

What should you do?

Which script should you run?

You have a Windows PowerShell script that contains the following code:

import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true – AccountPassword $_.password}

When you run the script, you receive an error message indicating that the format of the password is incorrect.

The script fails.

You need to run a script that successfully creates the user accounts by using the password contained in accounts.csv.

Which script should you run?

Which two actions should you perform? (Each correct answer presents part of the solution

Your company has a single Active Directory domain.

The company has a main office and three branch offices. The domain controller in the main office runs Windows Server 2008 R2 and provides DNS for the main office and all of the branch offices. Each branch office contains a file server that runs Windows Server 2008 R2.

Users in the branch offices report that it takes a long time to access network resources. You confirm that there are no problems with WAN connectivity or bandwidth. You need to ensure that users in the branch offices are able to access network resources as quickly as possible.

Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

What should you do?

Your company has a single Active Directory domain. The company has a main office and a branch office. Both the offices have domain controllers that run Active Directory-integrated DNS zones. All client computers are configured to use the local domain controllers for DNS resolution. The domain controllers at the branch office location are configured as Read-Only Domain Controllers (RODC). You change the IP address of an existing server named SRV2 in the main office. You need the branch office DNS servers to reflect the change immediately.

What should you do?

You need to ensure that SRV1 reflects the change immediately

Your company has a main office and a branch office. The main office has a domain controller named DC1 that hosts a DNS primary zone. The branch office has a DNS server named SRV1 that hosts a DNS secondary zone. All client computers are configured to use their local server for DNS resolution. You change the IP address of an existing server named SRV2 in the main office. You need to ensure that SRV1 reflects the change immediately.

What should you do?

Which cmdlet should you add to the script?

Your network contains an Active Directory forest.

You set the Windows PowerShell execution policy to allow unsigned scripts on a domain controller in the network. You create a Windows PowerShell script named new-users.ps1 that contains the following lines:

new-aduser user1
new-aduser user2
new-aduser user3
new-aduser user4
new-aduser user5

On the domain controller, you double-click the script and the script runs. You discover that the script fails to create the user accounts.

You need to ensure that the script creates the user accounts.

Which cmdlet should you add to the script?