P.S. Free 70-410 resource are available on Google Drive, GET MORE: https://drive.google.com/open?id=1kvP726ODa9zZg32kCD3kLoR5Zt7aQQnX
New Questions 6
Your network contains one Active Directory forest named contoso.com. The forest contains a single domain. All domain controllers run Windows Server 2012 R2.
You need to modify the membership of a group named Group1 to include two users named User1 and User2.
What command should you run? To answer, select the appropriate options in the answer area.
Select three.
A. Use command Add-GroupMember
B. Use command Add-ADGroupMember
C. As first parameter use Group1
D. As first parameter use User1, User2
E. As first parameter use {User1, User2}
F. As second parameter use Group1
G. As second parameter use User1, User2
H. As second parameter use {User1, User2}
Answer: B,C,G
Explanation:
Correct answer is: Add-ADGroupMember Group1 User1, User2
Add-ADGroupMember adds one or more members to an Active Directory group. Example: Command Prompt: C:\PS>Add-ADGroupMember SvcAccPSOGroup SQL01,
SQL02
Adds the user accounts with SamAccountNames SQL01, SQL02 to the group
SvcAccPSOGroup.
Reference: Add-ADGroupMember https://technet.microsoft.com/en-us/library/ee617210.aspx
New Questions 7
You work as an administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com. All servers in the Contoso.com domain, including domain controllers, have Windows Server 2012 R2 installed.
When you recently added new workstations to the Contoso.com manually, you found that that the computer accounts were created in the default container.
You want to make sure that the default container for newly created computers is redirected to a specified, target organizational unit (OU).
Which of the following actions should you take?
A. You should consider making use of the replace.exe command-line tool.
B. You should consider making use of the redircmp.exe command-line tool.
C. You should consider making use of the redirusr.exe command-line tool.
D. You should consider making use of the rexec.exe command-line tool.
Answer: B
Explanation:
redircmp.exe redirects the default container for newly created computers to a specified, target organizational unit (OU) so that newly created computer objects are created in the specific target OU instead of in CN=Computers.
C:\Users\Kamran\Desktop\IMG_12102014_163714.png
New Questions 8
You have an offline image of a server that runs Windows Server 2012 R2. You need to enable Remote Desktop Services (RDS) on the server.
What should you use?
A. the sc.exe command with the config parameter
B. the Add-RDServerSessionHost cmdlet
C. the configure-smremoting.exe command with the u2013Enable parameter
D. the Install-WindowsFeature cmdlet
Answer: C
Explanation:
Enable the Remote-Desktop-Services feature in the offline image by executing the command Dism /Enable-Feature /FeatureName:Remote-Desktop-Services. Remote management can be also be configured using the PowerShell command Configure- SMRemoting.exe -Enable or the u2013Disable switch if choosing to disable the service.
Reference: Installing and Configuring Windows Server 2012 R2
http://www.pearsonitcertification.com/articles/article.aspx?p=2248808&seqNum=2
New Questions 9
Which of the following are the two built-in user accounts created automatically on a computer running Windows Server 2012 R2?
A. Network
B. Interactive
C. Administrator
D. Guest
Answer: C,D
Explanation:
:A. Incorrect: There is no Network account in Windows Server 2012 R2.
:B. Incorrect: There is no Interactive account in Windows Server 2012 R2.
:C. Correct: By default, the two built-in user accounts created on a computer running Windows Server 2012 are the Administrator account and the Guest account.
:D. Correct: By default, the two built-in user accounts created on a computer running Windows Server 2012 are the Administrator account and the Guest account.
New Questions 10
Your network contains one Active Directory domain named contoso.com. The domain contains
2,000 client computers used by students. You recently discover an increase in calls to the helpdesk that relate to security policy to meet the following requirement:
u2711 Modify the UserName of the built-in account named Administrator
u2711 Support a time mismatch between client computers and domain controllers of up to three minutes.
Which Two security settings should you modify?
A. Account Policies
B. Password Policy
C. Account Lockout Policy
D. Kerberos Policy
E. Local Policies
F. Audit Policy
G. User Rights Assignment
H. Security Options
Answer: D,H
Explanation:
In Group Policy Object Editor, click Computer Configuration, click Windows
Settings, click Security Settings, click Local Policies, and then click Security Options. In the details pane, double-click Accounts: Rename administrator account.
New Questions 11
You have a Hyper-V host named server1 that runs windows server 2012 R2. Server1 host
50 virtual machines that run Windows Server 2012 R2.
You enable and configure enhanced session mode on Server1.
You need to identify a new functionality available for the virtual machines hosted on server1.
What should you identify?
A. Smart card authentication using virtual machine connections
B. Redirection of RemoteFX USB drivers by using remote desktop connections
C. Redirection of RemoteFX USB drivers using virtual machine connections
D. smart card authentication using the remote desktop client
Answer: B
New Questions 12
Your network contains an Active Directory domain named contoso.com. The domain contains two standalone servers named Serverl and Server2 that are located in a perimeter network. Both servers run the default installation of Windows Server 2012 R2.
You need to manage Serverl remotely from Server2. What should you do?
A. From Server2, add Server1 to the list of TrustedHosts.
B. From Server2, install a self-signed certificate.
C. From Server1, add Server2 to the list of TrustedHosts.
D. From Server1, install a self-signed certificate
Answer: C
Explanation: For remote connections in a Workgroup to Workgroup/Domain scenario, the remote computer (here Server2) must be added to the trusted hosts list on the source computer (here Server1). To do this, run the following command on the source computer in a Command Prompt window that is opened with elevated user rights.
winrm set winrm/config/client @{TrustedHosts="RemoteComputerName"}
Note: TrustedHosts is a setting on the local computer that defines one or more computers that are trusted when establishing remoting sessions using WinRM from the local computer using either ENTER-PSSESSION or INVOKE-COMMAND.
Reference: Remote Management with Server Manager https://technet.microsoft.com/en-us/library/dd759202.aspx
New Questions 13
You work as an administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com.
Contoso.com has a server, named ENSUREPASS-SR15, which has Windows Server 2012 R2 installed. Contoso.com also has a server, named ENSUREPASS-SR16, which has Windows Server 2008 R2 SP1 installed.
You have been instructed to make sure that ENSUREPASS-SR16 is able to run Windows
PowerShell 3.0.
Which of the following actions should you take? (Choose two.)
A. You should consider making sure that ENSUREPASS-SR16 has a full installation of Microsoft .NET Framework 4 installed.
B. You should consider making sure that ENSUREPASS-SR16 has a full installation of Microsoft .NET Framework 2 installed.
C. You should consider making sure that ENSUREPASS-SR16 has WS-Management 3.0 installed.
D. You should consider making sure that ENSUREPASS-SR16 is upgraded to Windows Server 2012 R2.
Answer: A,C
Explanation:
WS-Management 3.0 u2013 Windows Management Framework 3.0 Includes Windows PowerShell 3.0, WMI, WinRM, Management OData IIS Extension, and Server Manager CIM Provider
Windows Management Framework 3.0 requires Microsoft .NET Framework 4.0.
New Questions 14
You run a Windows Server 2012 R2, what is the PowerShell command to set preferred dns server. Note: Other config such as ip address should not be changed.
A. Register-DnsClient
B. Set-DnsClient
C. Set-DnsPreferredClientServerAddress
D. Set-DnsClientServerAddress
Answer: D
Recommend!! Get the Free 70-410 dumps in VCE and PDF From Thedumpscentre, Welcome to download: http://www.thedumpscentre.com/70-410-dumps/ (New 505 Q&As Version)