JeremyA's avatar
JeremyA
Copper Contributor
Mar 22, 2025
Status:
New

Implement a feature that allows the RDS HTML5 RDP Web Client to be customized.

It would be great if we could use a PowerShell command to add a branding logo, set a branding color, configure an error logo, and update privacy links. For example, we might do something like:

Publish-RDWebClientPackageBranding `
  -Type Production `
  -BrandingLogoPath "C:\Branding\companylogo.png" `
  -BrandingColor "#0078D4" `
  -ErrorLogoPath "C:\Branding\errorlogo.png"

Having this kind of flexibility would make it much easier to customize the RDS HTML5 RDP Web Client.

No CommentsBe the first to comment