READ Free Dumps For Microsoft- 70-410
Question ID 9322 | 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?
|
Option A | the sc.exe command with the config parameter
|
Option B | the Add-RDServerSessionHost cmdlet
|
Option C | the configure-smremoting.exe command with the -Enable parameter
|
Option D | the Install-WindowsFeature cmdlet
|
Correct Answer | C |
Explanation Explanation/Reference: 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 Disable 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
Question ID 9323 | Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server
2012 R2. Server1 has the Group Policy Management feature installed. Server2 has the Print and Document Services server role installed.
On Server2, you open Print Management and you deploy a printer named Printer1 by using a Group Policy object (GPO) named GPO1.
When you open GPO1 on Server1, you discover that the Deployed Printers node does not appear.
You need to view the Deployed Printers node in GPO1.
What should you do?
|
Option A | On Server1, install the Group Policy Management feature.
|
Option B | On Server1, add and share a printer.
|
Option C | On Server2, restart the Print Spooler service.
|
Option D | On a domain controller, add a Group Policy template to GPO1.
|
Correct Answer | B |
Explanation Explanation/Reference: We need to share at least one printer. Incorrect answers: Not A: Server1 has already the Group Policy Management feature installed. Not B: Not C: Restarting the Print Spooler service on Server2 would have not effect on Server1.