RDS Configuration Notes
Notes for Microsoft Remote Desktop Service Configuration
Only Use Webclient , no Other sites
At RDWeb site
At RDweb/page directory, this might cause an issue even with "only redirect requests to content in this directory (not subdirectories)" this option.
- Something went wrong while loading your resources. Trying again...
Something went wrong while loading your resources. Trying again... screenshot
Eventually you will get this:
- It looks like your Admin hasn't set up any resources for you yet. Try again later or contact your admin.
RDWeb
Switching between RemoteApp and Desktops page
Remove Privacy Message from Remote Desktop Web client
Privacy settings for managed resources have been preset by your organization. Learn More
We figured out what appears to be a decent solution to remove the annoying privacy message. Gone is this entire message and its yellow background even the x. Nice.
We modified one line in file: C:/Windows/Web/RDWeb/Pages/default.aspx
strPrivacyUrl = ""; // = await PageContentsHelper.GetPrivacyLinkAsync();
RDweb Application Settings
ShowDesktops
to false
in the Application Settings for the RDWeb site. You can also manage authentication settings and user timeouts through IIS Manager.
-
- Open Internet Information Services (IIS) Manager.
- Navigate to Sites > RDWeb > Pages.
- In the content pane, select Application Settings under ASP.NET.
- Change the
ShowDesktops
value tofalse
. - Click OK.
- Open Internet Information Services (IIS) Manager.
-
- Open IIS Manager.
- Expand the RDWeb folder.
- Double-click Authentication.
- Enable Basic Authentication and disable Windows Authentication.
- Open IIS Manager.
-
- Open IIS Manager.
- Navigate to the RDWeb site.
- Open Application Settings.
- Modify
PrivateModeSessionTimeoutInMinutes
orPublicModeSessionTimeoutInMinutes
as needed.
- Open IIS Manager.
RD Web Client via CF Tunnel
This option needs to be enabled because of the self-signed certificate on the Gateway Server.
All other options on the CF Tunnel remain default
RDweb customization
https://www.heelpbook.net/2018/remote-desktop-services-2016-web-customization/
共有 0 条评论