I had this issue recently, where the icons were missing from the RDWeb login page.
Amongst other things the main change to the configuration was a re-IP addressing of my network to place it behind a firewall.
Whilst, most things are achieved through name resolution, I was getting an Error logged in the Application Event log pointing to the OLD IP address of 192.168.0.110.
After checking the configuration, removing/adding settings in the Remote Desktop console, I realised this must be a hard-coded value somewhere.
As it turns out I had committed the unforgivable offence of using an IP address in a configuration file (In my defence this was at home during testing!).
Ensure the ServerName tag in the RDWebAccess.config contains a valid server/alias FQDN (if configured).
C:\Windows\Web\RDWeb\App_Data\RDWebAccess.config
OLD Setting
Updated Setting
Event Viewer message;
Log Name: Application
Source: RADWebAccess
Date: 8/02/2012 7:39:24 PM
Event ID: 5
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: Server.domain.com
Description:
No programs were detected on 192.168.0.110. Ensure that the server is an RD Session Host server and that it is online.
RemoteApps not populated in RD Web Access because of WMI Rights dissapearing
http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/035c10c0-22c3-4b3f-800c-6af1143f39ab
Blog Index
-
►
2008
(40)
-
►
May
(10)
- Powershell WMI one-liners
- Installing device drivers without the device being...
- Effective permissions may be reported incorrectly
- MDT 2008 Storage Drivers - 0x0000007B error
- NVIDIA Screen resolution resets
- Mandatory ZTI advertisement does not run
- You receive message "Please wait while the domain ...
- Decrypt / Encrypt string in ROT-13
- Understanding the Most Frequently Used (MFU) regis...
- Windows XP reboots during setup
-
►
April
(24)
- Access a Network Resource Alias using Computer Acc...
- ZTI DefaultDomainName setting lost
- ZTITattoo.wsf - OSD clears TaskSequence registry e...
- PowerShell appears to "hang" when executed from a ...
- Need to move the Microsoft Deployment Distribution...
- Fix Broken Windows Scripting Host
- Set Location in "Regional and Language Options" co...
- Dial up connections do not use LAN proxy settings
- Ever needed an Automated RunAs?
- LTI deployment fails with error "A connection to t...
- ZTI PreInstall phase fails with error 214700057
- ZTI Package update leaves .$M$ file(s)
- Error creating ZTI CD when using local SMS Console...
- Various WMIC commands
- Various DSQUERY commands
- Using ImageX to compress a WIM file after modifica...
- When installing Windows XP on ESX you may receive ...
- VMWare Workstation - After WinPE deploy of sysprep...
- Pre-Stage Computer resource record in SMS
- Windows Path issues may prevent Group Policy from ...
- Hiding or Displaying Default Desktop icons
- ImportGPO.wsf may not import GPO's using a Migrati...
- Permissions for Moving a Computer Account
- Cached logons are available by default on a domain...
-
►
May
(10)
Wednesday, February 8, 2012
RemoteApp Icons missing from RDWeb
Subscribe to:
Posts (Atom)