2015 Braindump2go 100% Real Microsoft 70-640 Exam Questions From Microsoft Official Exam Center (111-120)

Braindump2go Guarantees Your Microsoft 70-640 Exam 100% Success with Our Unique Official 70-640 Exam Questions Resources! Braindump2go’s 70-640 Braindumps are Developed by Experiences IT Certifications Professionals Working in Today’s Prospering Companies and Data Centers! Braindump2go 70-640 Exam Dumps are Checked by Our Experts Team every day to ensure you have the Latest Updated Exam Dumps!

Vendor: Microsoft
Exam Code: 70-640
Exam Name: TS: Windows Server 2008 Active Directory, Configuring

QUESTION 111
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?

A.    Import-Module
B.    Register-ObjectEvent
C.    Set-ADDomain
D.    Set-ADUser

Answer: A
Explanation:
http://blog.coretech.dk/jgs/powershell-creating-new-users-from-csv-with-password-and-enabled-accounts-orhow-to-pipe-into-multiple-cmdlets/

QUESTION 112
Your network contains an Active Directory forest.
The forest schema contains a custom attribute for user objects.
You need to modify the custom attribute value of 500 user accounts.
Which tool should you use?

A.    Csvde
B.    Dsmod
C.    Dsrm
D.    Ldifde

Answer: D
Explanation:
http://technet.microsoft.com/en-us/library/cc731033.aspx

QUESTION 113
Your network contains an Active Directory forest.
The forest schema contains a custom attribute for user objects.
You need to give the human resources department a file that contains the last logon time and the custom attribute values for each user in the forest.
What should you use?

A.    the Dsquery tool
B.    the Export-CSV cmdlet
C.    the Get-ADUser cmdlet
D.    the Net.exe user command

Answer: C

QUESTION 114
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?

A.    import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled
$true – AccountPassword
(ConvertTo-SecureString “Password” -AsPlainText -force)}
B.    import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled
$true – AccountPassword
(ConvertTo-SecureString $_.Password -AsPlainText -force)}
C.    import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled
$true – AccountPassword
(Read-Host -AsSecureString “Password”)}
D.    import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled
$true – AccountPassword
(Read-Host -AsSecureString $_.Password)}

Answer: B

QUESTION 115
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?

A.    Run the Set-ADAccountControl cmdlet.
B.    Run the Set-ADServiceAccount cmdlet.
C.    Create a new password policy.
D.    Create a new Password Settings object (PSO).

Answer: B
Explanation:
http://technet.microsoft.com/en-us/library/ee617252.aspx

QUESTION 116
Your network contains an Active Directory forest.
You add an additional user principal name (UPN) suffix to the forest.
You need to modify the UPN suffix of all users.
You want to achieve this goal by using the minimum amount of administrative effort.
What should you use?

A.    the Active Directory Domains and Trusts console
B.    the Active Directory Users and Computers console
C.    the Csvde tool
D.    the Ldifde tool

Answer: D

QUESTION 117
Your network contains a single Active Directory domain.
All client computers run Windows Vista Service Pack 2 (SP2).
You need to prevent all users from running an application named App1.exe.
Which Group Policy settings should you configure?

A.    Application Compatibility
B.    AppLocker
C.    Software Installation
D.    Software Restriction Policies

Answer: D
Explanation:
http://gpfaq.se/2007/09/30/how-to-using-software-restriction-policies/

QUESTION 118
Your network contains an Active Directory domain.
All domain controllers run Windows Server 2008 R2.
Client computers run either Windows XP Service Pack 3 (SP3) or Windows Vista.
You need to ensure that all client computers can apply Group Policy preferences.
What should you do?

A.    Upgrade all Windows XP client computers to Windows 7.
B.    Create a central store that contains the Group Policy ADMX files.
C.    Install the Group Policy client-side extensions (CSEs) on all client computers.
D.    Upgrade all Windows Vista client computers to Windows Vista Service Pack 2 (SP2).

Answer: C
Explanation:
http://www.microsoft.com/en-us/download/details.aspx?id=3628

QUESTION 119
Your network contains an Active Directory domain.
All domain controllers run Windows Server 2008 R2.
Client computers run either Windows 7 or Windows Vista Service Pack 2 (SP2).
You need to audit user access to the administrative shares on the client computers.
What should you do?

A.    Deploy a logon script that runs Icacls.exe.
B.    Deploy a logon script that runs Auditpol.exe.
C.    From the Default Domain Policy, modify the Advanced Audit Policy Configuration.
D.    From the Default Domain Controllers Policy, modify the Advanced Audit Policy Configuration.

Answer: B
Explanation:
http://support.microsoft.com/kb/921469
Administrators can use the procedure that is described in this article to deploy a custom audit policy that applies detailed security auditing settings to Windows Vista-based and Windows Server 2008-based computers in a Windows Server 2003 domain or in a Windows 2000 domain.
Use the Auditpol.exe command-line tool to configure the custom audit policy settings that you want.

QUESTION 120
Your network contains an Active Directory domain named contoso.com.
You need to create a central store for the Group Policy Administrative templates.
What should you do?

A.    Run dfsrmig.exe /createglobalobjects.
B.    Run adprep.exe /domainprep /gpprep.
C.    Copy the %SystemRoot%\PolicyDefinitions folder to the
\\contoso.com\SYSVOL\contoso.com\Policies folder.
D.    Copy the %SystemRoot%\System32\GroupPolicy folder to the
\\contoso.com\SYSVOL\contoso.com\Policies folder.

Answer: C
Explanation:
http://www.vmadmin.co.uk/microsoft/43-winserver2008/220-svr08admxcentralstore


Braindump2go New Updated 70-640 Exam Dumps are Complete Microsoft 70-640 Course Coverage! 100% Real Questions and Correct Answers Guaranteed! Updated 70-640 Preparation Material with Questions and Answers PDF Instant Download:

 

http://www.braindump2go.com/70-640.html

         

Categories 70-640 Dumps/Microsoft Dumps

Post Author: mavis

Categories

Archives

Cisco Exam Dumps Download

200-301 PDF and VCE Dumps

200-901 PDF and VCE Dumps

350-901 PDF and VCE Dumps

300-910 PDF and VCE Dumps

300-915 PDF and VCE Dumps

300-920 PDF and VCE Dumps

350-401 PDF and VCE Dumps

300-410 PDF and VCE Dumps

300-415 PDF and VCE Dumps

300-420 PDF and VCE Dumps

300-425 PDF and VCE Dumps

300-430 PDF and VCE Dumps

300-435 PDF and VCE Dumps

350-401 PDF and VCE Dumps

350-401 PDF and VCE Dumps

350-801 PDF and VCE Dumps

300-810 PDF and VCE Dumps

300-815 PDF and VCE Dumps

300-820 PDF and VCE Dumps

300-835 PDF and VCE Dumps

350-801 PDF and VCE Dumps

200-201 PDF and VCE Dumps

350-601 PDF and VCE Dumps

300-610 PDF and VCE Dumps

300-615 PDF and VCE Dumps

300-620 PDF and VCE Dumps

300-625 PDF and VCE Dumps

300-635 PDF and VCE Dumps

600-660 PDF and VCE Dumps

350-601 PDF and VCE Dumps

352-001 PDF and VCE Dumps

350-701 PDF and VCE Dumps

300-710 PDF and VCE Dumps

300-715 PDF and VCE Dumps

300-720 PDF and VCE Dumps

300-725 PDF and VCE Dumps

300-730 PDF and VCE Dumps

300-735 PDF and VCE Dumps

350-701 PDF and VCE Dumps

350-501 PDF and VCE Dumps

300-510 PDF and VCE Dumps

300-515 PDF and VCE Dumps

300-535 PDF and VCE Dumps

350-501 PDF and VCE Dumps

010-151 PDF and VCE Dumps

100-490 PDF and VCE Dumps

810-440 PDF and VCE Dumps

820-445 PDF and VCE Dumps

840-450 PDF and VCE Dumps

820-605 PDF and VCE Dumps

700-805 PDF and VCE Dumps

700-070 PDF and VCE Dumps

600-455 PDF and VCE Dumps

600-460 PDF and VCE Dumps

500-173 PDF and VCE Dumps

500-174 PDF and VCE Dumps

200-401 PDF and VCE Dumps

644-906 PDF and VCE Dumps

600-211 PDF and VCE Dumps

600-212 PDF and VCE Dumps

600-210 PDF and VCE Dumps

600-212 PDF and VCE Dumps

700-680 PDF and VCE Dumps

500-275 PDF and VCE Dumps

500-285 PDF and VCE Dumps

600-455 PDF and VCE Dumps

600-460 PDF and VCE Dumps

Microsoft Exams Will Be Retired

AZ-103(retiring August 31, 2020)

AZ-203(retiring August 31, 2020)

AZ-300(retiring August 31, 2020)

AZ-301(retiring August 31, 2020)

77-419(retiring June 30, 2020)

70-333(retiring January 31, 2021)

70-334(retiring January 31, 2021)

70-339(retiring January 31, 2021)

70-345(retiring January 31, 2021)

70-357(retiring January 31, 2021)

70-410(retiring January 31, 2021)

70-411(retiring January 31, 2021)

70-412(retiring January 31, 2021)

70-413(retiring January 31, 2021)

70-414(retiring January 31, 2021)

70-417(retiring January 31, 2021)

70-461(retiring January 31, 2021)

70-462(retiring January 31, 2021)

70-463(retiring January 31, 2021)

70-464(retiring January 31, 2021)

70-465(retiring January 31, 2021)

70-466(retiring January 31, 2021)

70-467(retiring January 31, 2021)

70-480(retiring January 31, 2021)

70-483(retiring January 31, 2021)

70-486(retiring January 31, 2021)

70-487(retiring January 31, 2021)

70-537(retiring January 31, 2021)

70-705(retiring January 31, 2021)

70-740(retiring January 31, 2021)

70-741(retiring January 31, 2021)

70-742(retiring January 31, 2021)

70-743(retiring January 31, 2021)

70-744(retiring January 31, 2021)

70-745(retiring January 31, 2021)

70-761(retiring January 31, 2021)

70-762(retiring January 31, 2021)

70-764(retiring January 31, 2021)

70-765(retiring January 31, 2021)

70-767(retiring January 31, 2021)

70-768(retiring January 31, 2021)

70-777(retiring January 31, 2021)

70-778(retiring January 31, 2021)

70-779(retiring January 31, 2021)

MB2-716(retiring January 31, 2021)

MB6-894(retiring January 31, 2021)

MB6-897(retiring January 31, 2021)

MB6-898(retiring January 31, 2021)