You need to enable Remote Desktop Services (RDS) on the…

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?

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 -Enable parameter

D.
the Install-WindowsFeature cmdlet

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 Disable switch if choosing to disable
the service.
Installing and Configuring Windows Server 2012 R2 http://www.pearsonitcertification.com/articles/article.aspx?p=2248808&seqNum=2



Leave a Reply 2

Your email address will not be published. Required fields are marked *


A

A

Configure-SMRemoting is an application which locate in %windir%\system32. When enable Server Manager remote management by PowerShell command, you can use Configure-SMRemoting.exe –enable to enable all required firewall rule exceptions.

a

a

it is offline image, so dism