Quantcast
Channel: Remote Desktop Services (Terminal Services) forum
Viewing all 5613 articles
Browse latest View live

High mouse delay between RDPSession and RDPVierer

$
0
0

hi,

I want to share a fix rectangle area of my desktop(sharer) to my viewer, and the viewer can control(mouse and keyboard) this fixed shared area. i have finished it by using RDPSession an RDPViewer, that is supplied by AxInterop.RDPCOMAPILib. 

But, when the viewer try to control the sharer, the delay of operations(both mouse and keyboard) is very high. when i try to use mstc.exe to do this directly,  no delay of operations.

1、How can i fix the high delay of operation by using RDPSession or RDPViewer? 

2、If the delay between the RDPSession and RDPViewer can't be reduce, is there some other way to share and control a fix rectangle area of my desktop?

the following is my code:

        private void shareButton_Click(object sender, EventArgs e)
        {
            Rectangle rect = Screen.GetBounds(this);
            m_rdpSession = new RDPSession();
            m_rdpSession.OnAttendeeConnected += m_rdpSession_OnAttendeeConnected;

            Rectangle shareArea = new Rectangle(axRDPViewer1.Location.X, axRDPViewer1.Location.Y, axRDPViewer1.ClientRectangle.Width, axRDPViewer1.ClientRectangle.Height);
            m_rdpSession.SetDesktopSharedRect(shareArea.Left, shareArea.Top, shareArea.Right, shareArea.Bottom);
            m_rdpSession.Open();

            IRDPSRAPIInvitation invitation = m_rdpSession.Invitations.CreateInvitation("baseAuth", "groupName", "", 64); 
            textBox2.Text = invitation.ConnectionString;
        }

        void m_rdpSession_OnAttendeeConnected(object pAttendee)
        {
            //viewer can contorl sharing area
            IRDPSRAPIAttendee att = pAttendee as IRDPSRAPIAttendee;
            att.ControlLevel = CTRL_LEVEL.CTRL_LEVEL_INTERACTIVE;
        }

and the viewer:

        private void button1_Click(object sender, EventArgs e)
        {
            axRDPViewer1.Connect(textBox1.Text.Trim(), Environment.UserName, "");
        }


Ports to connect RD Licensing Server

$
0
0

Hi,

I have two forests(domainA, domainB) and RD Licensing server is in domainA.

May I know what are the ports to be opened from my RD Client to RD Licensing server to get the CAL licenses.

//Sampath Kovuri

User printing settings not saved on RDS services 2016

$
0
0

Hi All,

We have a RDS farm with 2 RDS Hosts and 1 RDS Broker, the user profiles saved on a shared folder.  we installed a print server on both RDS Hosts.

Everything works fine until when users tried to edit a xerox workcentre 5945 settings (set print password, print on one side ..).

we found that the settings not saved after print process lunch and everytime user must change the settings.

im trying to fix it, thanks for your help.


Blank printer when printing with Word Viewer on RDS 2019 session

$
0
0

I have a Windows Server 2019 as a Remote Desktop server, with an app that relies on Word Viewer 2003 for printing.

All printer redirect connect nicely, Clients are Windows 7 and Windows 10 and all work as it should, until I try to print. - Word Viewer shows only printer installed directly on server the user has rights to, and blank printer spot if there are no printers. (I uninstalled them). 

I even tried set up that only default printer redirects via GPO, but that didn't work either.

Does anyone knows if there was some permission change on Server 2019? Didn't have that problem before.

UPDATE: To illustrate:

https://pasteboard.co/I7nQnJP.png

https://pasteboard.co/I7nQNH8.png

UPDATE2: Also, when I select printer and print, the printer remains util the program session is finished. When I restart the program, the printers are lost again.


Server 2016 (NOT 2012R2) with RDS how to prevent users from rebooting after Windows Update?

$
0
0

I have a Server 2016 with Remote Desktop Services installed. A huge problem: Remote users are prompted to install updates, and worse:after updates complete ordinary users are prompted to reboot the server and that reboot actually happens, abruptly pulling the plug on the other users.

I have read many articles about this issue, but all of those articles apply to Server 2012R2, not Server 2016. The GP methods I have tried for 2012 R2 do not work on Server 2016.

Pulling my hair out. All I can do is disable the Windows Update service, and even that seems to turn itself back on.

Thanks!

-frank

CredSSP Encryption Orcacle Remediation Error

$
0
0

Hello,

A couple of my users want to use RDP to do their work, but recently they have been getting this error. 

This is simply trying to get onto a workstation. So in my use case the user is just trying to RDP onto a Windows 10 Enterprise Edition (they are trying to log onto their computer from home), not a Windows Server or anything like that.

https://support.microsoft.com/en-us/help/4295591/credssp-encryption-oracle-remediation-error-when-to-rdp-to-azure-vm

In my research I've found that I can get around this by going into the the group policy editor and going toComputer Configuration > Administrative Templates > System > Credentials Delegation,and then trying to change the Encryption Oracle Remediation policyto Enabled and then change the Protection level to Vulnerable. 

But when I go into the group policy editor the Encryption Oracle Remediation policyis not there. 

So I am not sure what I can do to fix this, all I want is the ability to remote into a Windows 10 machine, I have tried from multiple computers that reside on my network (and on a VPN as well) can RDP into other computers, except for my user's one workstation. Is there something I can reinstall on my user's workstation or repair to let computers RDP connect to it? 

-Thanks

RD session connections windows server 2016 - two computers couldn't connect in the amount of time allotted

$
0
0

we have RDS installed in Windows 2016 standard edition and use session-base desktop deployment.

It was working fine for about one year. About two weeks ago, we started to have the following issue:

This computer can't connect to the remote computer.
The two computers couldn't connect in the amount of time allotted. Try connecting again. If the problem continues, contact your network administrator or technical support. 

When this issue happens, we find some users are disconnected in the RDS-Collections-QuickSessionCollection. But we cannot log/sign off those users, they are always showing there.

BTW, we can sign of those users in the Task Manager-Users. 

We can solve this issue by restarting the server. How to fix it without restarting the server?

Thanks!

Load Balance between servers

$
0
0

Hi,

I need an advice.

I have 2 standalone servers. Each of them have RD Web, RD Connection Broker and RD Session Host roles installed. Users are using Full RDP session, no Published Apps.

Each user connect to server via RDP to: server1.contoso.com or to server2.contoso.com
Everything is working, but when i need to install updates it is a nightmare.

How can i setup a single rdp link, for example: remote.contoso.com ? Like that if i deny new connections to server2, once the existing connections expire i will be able to update the server transparently and without interruptions for the users. I prefer not to use DNS RR. May be some Load Balance in front (like KEMP) ? I'm not sure what exactly i need to balance ? RD web or RD CB ?
Thanks,
S


Server 2016 RDS Farm - External Users cant access past the Broker

$
0
0

Server 1 - Web Access/ Gateway

Server 2 - Broker

Server 3 - Host 1

Server 4 - Host 2

External and internal DNS records set. Firewall rules open Any/Any. Certs with external Web access name in place (the only names are server 1 and its alternate name). Security groups in place for CAP and RAP. Collections made. NO HA

Currently works internally for applicable users but not external.

External ERROR:

Remote Desktop can't find the computer "Broker.company.com". This might mean that "Broker.company.com" does not belong to the specified network.

Any Assistance would be appreciated.

RemoteApps access is being restricted to users

$
0
0

I am stuck and am looking for anything that might help.

At a client were are trying to publish some apps via RemoteApp on the server.
The server runs 2008 R2 and is an in-productions Remote Desktop session host. It also holds all the other necessary RD roles.
My colleague was able to configure certificates to allow domain computers to trust the connection.
It woks just fine by going to the web console and I login
It does not work for end users.
I thought it might have been related to some GPOs that lockdown the Terminal Servers, so I spun up a new one, and published “Paint” to test
No custom GPOs are applied to that server. I get the same results.
I made a test user
Just as a standard user, the user was not able to see the published apps.
I made the same user an identical clone to the admin account as far as group and OU membership but still had the same result.
Next I added the test user the group in AD called “Terminal Server Computers”
After doing this, the test user was now able to see the published apps.
Now, I started removing all the admin groups and roles I had added to test user
test user is now identical to my real life test user,
The test user still works, real life user does not.

Please help.

Load Balancing on RDS Server

$
0
0

So our RDS server is currently windows server 2008 R2, and wanting to migrate or upgrade to a Windows Server 2016

With that being said, as of currently our RDS environment doesnt have  a load balancing function so everytime we go on to do a maintenence on oneof the server, we have to tell the user to connect to the secondary

from the next RDS server i want to implement a load balancing function so its a win win for both admin and the user

i did a little research and apparently by building a secondary RD broker server i can achieve this

i wanted to get some advice or help from you guys if its possible on regardain how i would go about this?

i have a lab environment so ican test it out, but i read somehwere that i cannot use SQL expresss in order to achieve the load balancing function

if anyone could give me an insight on how i can achive this it would be more than appreicated!

kind regards.

Error message when I print with a remote user (Windows Server 2008)

$
0
0

When I am connecting to a system through RDS and I will print the message:

Remote Desktop Connection has stopped working. A problem caused the program to stop working properly. Windows will close the program and notify you if a solution is available

remoteapp authentication problem

$
0
0

Hello,

I have windows10 pro build 1809 with the last updates …. when I try open any remoteapp the authentication not working and askme always for user name and password.

I tried with muilti defernets server but it's not working !

so whats the problem ?

thanks.


Microsoft Lover

Session Host Load Balancing not working

$
0
0

Hello,

We have configured a Remote Services setup on Windows Server 2016.

On Server01 we have installed Remote Desktop Gateway Server, Remote Desktop Connection Broker.

We have created 10 Session Host Servers. Out of these we have created 2 session collections - each having 2 servers. These are:

SU1 - ServerA + Server B

SU2 - ServerC + ServerD

We want simple load balancing between 2 servers within each unit (SU1 and SU2) so that half of the users will get connected to Server A and half to Server B.

This same configuration was working fine in Windows 2012. But is not working now. Are there any changes from 2012 to 2016 - which we are missing upon?

Thanks,

Rahul Jain

How do Icombine installed RDS cals into one list?

$
0
0

My organization has purchased and installed device cals over time as they were needed, for Win Server 2012.  Now there are multiple lists in the RD licensing manager with 10, 10, 5, and 10 licenses.  It is hard to manage if we are looking for a particular device.  How can we combine these into one list?


2012 R2 RDS Temporary Profile issue

$
0
0

I have set up a standard 3 node 2012 R2 RDS for testing. All virtualized on VMware ESXi 5.0. I have a connection Broker, session host, and web access server. I have published several applications and I can access them without a problem. Here is my issue:

When I try to log on to my session host server either locally or thru RDP, I am always logged in with a Temporary profile. It does not mater what user account I use. Even logging on locally as the administrator I get a temporary profile.

All windows updates are installed and current.

I have removed the server from the domain, deleted the account, and rejoined it to the domain.

I have deleted all .bak registry entries from here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

There is a hotfix here for a similar issue on 2012 but it does not apply to 2012 R2

The only event viewer errors are:

1515 (Windows has backed up this user profile. Windows will automatically try to use the backup profile the next time this user logs on.)

1511 (Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.)

Any suggestions to resolve would be greatly appreciated.


Russ

trying to setup a RDS server without a gateway

$
0
0


Trying to <g class="gr_ gr_23 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del" data-gr-id="23" id="23">setup</g> <g class="gr_ gr_27 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" data-gr-id="27" id="27">a RDS</g> server for remote access (over the Internet).

When I go to access the published Apps from the web access portal it tries to access the computer by the local name (internal domain name).  Can I change this or do I need to <g class="gr_ gr_195 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del" data-gr-id="195" id="195">setup</g> <g class="gr_ gr_200 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" data-gr-id="200" id="200">a RDS</g> Gateway?

Migrating licenses

$
0
0
I am migrating my Remote Desktop Service license from Win2008R2 to Win2019. I have gotten to the point where i am supposed to enter a "license code".  Where is this code?  Where can i find it? I have a Remote Desktop Services license through my Volume License Services Agreeement, but dont see this code anywhere on that page.  

Upgrading an RDS farm steps

$
0
0
Do you also happen to have information on upgrading a terminal server farm from Server 2012R2 to Server 2019?

Force shutdown application when RDS session is terminated using "X" button on RDS window

$
0
0

If an RDS session terminates suddenly due to user or computer error, are the published applications closed automatically and properly?

If not, can I effect this using GPO?

This is not about session time limits. I already found that in GPO and using successfully to keep open resources at a maximu

Thank you,

Jeff

Viewing all 5613 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>