Hi,
When I'm trying to deploy RemoteApp and Desktop Connections through GPO, it works but then it fails to update.
Start-Process -FilePath rundll32.exe -ArgumentList 'tsworkspace,WorkspaceSilentSetup', "\\shares\feed.wcx" -NoNewWindow -Wait
the Feed.wcx file:
<?xml version="1.0" encoding="utf-8" standalone="yes"?><workspace name="Enterprise Remote Access" xmlns="http://schemas.microsoft.com/ts/2008/09/tswcx" xmlns:xs="http://www.w3.org/2001/XMLSchema"><defaultFeed url="https://remote.domain.com/RDWeb/Feed/webfeed.aspx" /></workspace>
Applying the previous works perfectly for the first time, but when I update the connection from Task Scheduler it fails with the following error in event viewer:
Connection URL: https://remote.domain.com/rdweb/feed/webfeed.aspx
Error code: 0x800700B7, 0x0
Now, when I manually add the connection in control panel, the update task works normally without any issues.
Do you have any idea why silently deploying the connection causes an issue with the update task?
Thanks in advance,
Housam Smadi,
If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer". This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!