Share via

I have issue when try to deploy RDS function.

Anonymous
2024-08-14T04:19:05+00:00

im not sure what it means. can anyone help? i wonder if it is related to DNS setting

Windows for business | Windows Server | User experience | Remote desktop services and terminal services

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2024-08-14T15:43:41+00:00

Hello,

May I know if the firewall on your server is turned on?

Make sure the Windows Firewall service is started and running during the installation process. When the firewall service stops, the installer cannot add the necessary firewall exceptions to complete the installation process.

After the firewall is enabled, try redeploying. If the error persists, use the PowerShell command to complete the failed operation:

$tss = Get-WmiObject -namespace root\cimv2\terminalservices -class Win32_TerminalServiceSetting

$tss.SetAllowTSConnections(1,0)

Reference: Adding Remote Desktop Services role fails - Windows Server | Microsoft Learn

I hope this helps. If you have any further questions, please contact us.

Best regards

Jacen

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful