Quantcast
Channel: Fórum Remote Desktop Services (Terminal Services)
Viewing all 26837 articles
Browse latest View live

Device CAL issue

$
0
0

I have Win 2008 R2 RDS server that is handing out multiple CALs to the same machine.

These machines are not cloned and I have verified that the Hardware IDs are the same.

LicenseIDIssuedToMachineHWID
121HOHEJ70002bf1cd0328331154d079a4e5b01f8ac83
123HOHEJ7 0002bf1cd0328331154d079a4e5b01f8ac83

The HOHEJ7 machine doesn't exist on my domain but it has been issued 30 + licences.

There was a PC named HOHEJ7 at one point, no longer exists though.

How can I clear these out, I can only revoke so many?



Add virtual desktop to existing RDS VDI collection

$
0
0

Hi there,

A customer has removed a virtual machine out from the VDI Collection. The VM is still available on Hyper-V. For some reason I'm not able to re-add the VM back to the pool. I tried PoSh with the following command:

Add-RDVirtualDesktopToCollection -CollectionName "Name" -VirtualDesktopName "V10015" -ConnectionBroker "Broker FQDN"

The output is:

Add-RDVirtualDesktopToCollection : Cannot add an existing virtual desktop to a managed virtual desktop collection.  Instead, specify how many virtual desktops to add for each server by using the VirtualDesktopAllocation parameter.

Does anyoune have a short feedback on that?

Cheers,
Al

RDS Licensing

$
0
0

Hi Team

Whether we can install the same RDS license key in two jump servers? Please I request you team to have valuable answers.

Windows Server 2012 R2 - RDP Terminal Services Session Broker hangs Event: 2056

$
0
0

I have a single Server 2012 R2 running RDS. RD Clients can connect and work. This is a clean install and has been running for about 1 month.

However I have experienced the following error 2 days in a row and found the following in the Microsoft-Windows-TerminalServices-SessionBroker Logs with event id 2056, which occurs each time just before the service hangs:

The Remote Desktop Connection Broker server could not enumerate the targets for the provider named NULL from the database.

Pooled virtual desktop collection name: NULL
Error: Logon to the database failed.

When this happens ALL remote sessions hang and eventually disconnect. All works again after restarting the server.

The server is in the connection broker list.

Anyone know why this is happening and how to fix it?


Optimize Start Menu Cache Files

$
0
0

Hi,

We have setup a brand new Remote Desktop Services farm with 10 Session Hosts for 200 users.

Now we see the Task 'Optimize Start Menu Cache Files xxx(SID)' for about 200 times on every Session Host server.

These can be deleted but they return whenever a user logs onto a specific Session Host server.

How can this be prevented? 

This has been addressed in another thread (http://answers.microsoft.com/en-us/windows/forum/windows_8-performance/how-do-i-permanently-delete-this-task-scheduler/0fd8f7a0-c182-45c1-ad42-f02d768cb295), but the solution there would be to stop the Tasks individually of stop the Task Scheduler. Both are obviously not what I, or anyone else, want.

Regards,

Sjoerd

Simple RDP client in c#/.net

$
0
0

Hello,

I'm trying to write a simple rdp client. I cut rdp file to the minimum number of parameters that are necessary to run the application in our environment with "seamless" application mode. Content can be divided into two parts: the connection to the TS infrastructure and the application's startup:

full address:s:connectionbroker.domain.local
gatewayhostname:s:gateway.domain.local
use redirection server name:i:1
loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.SOS
remoteapplicationmode:i:1
remoteapplicationprogram:s:||calc
remoteapplicationname:s:Calculator

Application is hosted on third server - rdsh.domain.local, but the client of course doesn't know anything about it and does not have direct access to it.

in my program (rdp is an instance of AxMSTSCLib.AxMsRdpClient8):
rdp.Server = "connectionbroker.domain.local";
rdp.UserName = "mjakubowski";
rdp.Domain = "domain";
rdp.AdvancedSettings8.ClearTextPassword = txtPassword.Text;
rdp.SecuredSettings3.StartProgram = "calc";
rdp.TransportSettings3.GatewayUsageMethod = 1;
rdp.TransportSettings3.GatewayCredsSource = 0;
rdp.TransportSettings3.GatewayProfileUsageMethod = 1;
rdp.TransportSettings3.GatewayHostname = "gateway.domain.local";
rdp.AdvancedSettings8.LoadBalanceInfo = "tsv://MS Terminal Services Plugin.1.SOS";
rdp.Connect();
And it does not work, becouse it tries to connect to connectionbroker.domain.local, as the RDSH, instead of TS connection broker. When i change this code:
rdp.Server = "rdsh.domain.local";
rdp.UserName = "login";
rdp.Domain = "domain";
rdp.AdvancedSettings8.ClearTextPassword = txtPassword.Text;
rdp.SecuredSettings3.StartProgram = "calc";
rdp.Connect();

 .. and give user permission to interactive login - i have bare remote application in my rdp client's window.

My problem - how to get AxMsRdpClient8 to connect to the connection broker (treat server like a TS connection broker, rather than RDSH server - similar to "use redirection server name" in .rdp file)?

RDP connection sometimes fails returning to login window

$
0
0

Hello

I have an intermittent problem with RDP connection to a Windows 2012 R2 server.

when  I connect to a server1 host name via RDP client executed on Windows 7 Ent, not always I'm able to connect to this server.

I have to connect to server1 passing via RDP executed on server2, then from my client I'm able to connect directly to server1.

both server1 and server2 have one NIC, one IP address for each, on the same VLAN.

I'm able to ping server1 or server2 always.

the same behavior happen from other PC on the network, be Win7 or Win2012 or other.

the workaround used is shutdown  the server, wait one minute, than restart it. now it is possible to connect in RDP from any PC without passing before from server2. It works until next reboot. 

server2 was created as clone of server1 (and then sysprepped). Server1 and server 2 are joined a domain.

Anyone have an idea on why of this behavior and how to fix it ?

Thanks in advance

Regards

GB


Remove/Disable User Profile Disks UPD - server not part of farm

$
0
0

I want to create a template/clone from a RDSH server which is already part of a farm.  However I find that the cloned server's rename/sysprep causes temporary profiles to be created for each and every subsequent logon.  I suspect this is caused by using UserProfileDisks and ACL/SID permissions issues on the UPD share?

So I need to introduce a step which removes the RDS UPD settings for the new cloned server, however at this stage it's NOT strictly part of an RDS deployment, and has no network connectivity and so it's orphaned.  

How can UPDs be disabled without RDS Server Management functionality?  Powershell?

Set-RDSessionCollectionConfiguration -DisableUserProfileDisk

??

Update - this fails with: A remote desktop services deployment doesn't exist on <new server name>...

Is there must be a way to revert UPDs back to traditional logon profiles?

Thanks

Lea


CAL's on 2 servers

$
0
0

I have 2 servers (2008 r2 standard) 

1 server runs my main application and the 2nd server shadows the first server  and takes over when the first server fails

My users log in to the active server using remote desktop

I intend to purchase 10 per deviceCAL's for each server

However do I then have to run the remote desktop licence server on both servers?

 


Unable to install or uninstall applications

$
0
0

Hi

After installing Windows Updates in August 2015 on to our Windows 2012R2 Remote Desktop Server, we are no longer able to install or uninstall programs. This was first noted when further Windows updates were available but would not install. The issue is also effecting other applications such as Java.

The following entry appears in the Event Viewer:

The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are C:\Windowa\Installer\inprogressinfo.ipi, -2147287035

Has anyone else come across this and does anyone know the solution?


RDS 2012 R2 Temp Profile (again!)

$
0
0

Like the subject says, RDS 2012 R2 using UPD. Our current environment:

  • 2 connection brokers (non-HA at the moment)
  • 2 session hosts (load balanced)
  • 1 gateway

Users on remoteapp get a temp profile and domain administrator gets temp profile on both session hosts. I have followed the advice to delete .bak entries in registry. I have edited the WID to remove the orphaned session host server.

Event id 1515

windows has backed up this user profile. windows will automatically try to use this profile the next time the user logs in.

AND

event id 1511

windows v=cannot find the local profile and is loggin you in with a temp profile......

What to do to fix this once for all?

RDS Collection Status Unknown

$
0
0

I realize that there is a similar thread in the forums about this already, but I have tried recreating the collections as suggested in that thread and it didn't solve the issue, so I'm asking the question again. I had one of my connection brokers crash today and since that time, all of my collections are showing an unknown status:

I am able to interact with the collections through PowerShell and the desktops appear to be functioning correctly, insomuch as users can connect to them without issue. However, they aren't listed under the Collections node in Server Manager and I can't manage them from Server Manager. This is a production system so I can do anything too crazy to test or fix it without some planning, but I was hoping that someone has experienced this issue (apart from the person in the aforementioned thread) and has a good solution for me.

My environment is Windows 2012 R2.

Event ID 7011 then 6161 printers gone

$
0
0

I wonder if you can help us out, we have multiple Windows 2008 servers running as Terminal Servers that clients connect to and print using Easy Print, every now and again the printers all disappear and the only way to get it back working is to reboot the server.  The only event logs that are listed are:

A timeout (60000 milliseconds) was reached while waiting for a transaction response from the UmRdpService service.
A timeout (60000 milliseconds) was reached while waiting for a transaction response from the UxSms service.
A timeout (60000 milliseconds) was reached while waiting for a transaction response from the AudioEndpointBuilder service.
A timeout (60000 milliseconds) was reached while waiting for a transaction response from the Netman service.

Then EventID 6161:

The document %document%, owned by %user%, failed to print on printer Preview. Try to print the document again, or restart the print spooler.

Data type: NT EMF 1.008. Size of the spool file in bytes: 0. Number of bytes printed: 0. Total number of pages in the document: 0. Number of pages printed: 0. Client computer:%computername%. Win32 error code returned by the print processor: 259. No more data is available.

The server itself is running on HP hardware using vmWARE with multiple virtual servers on them.  They are all up to date with service packs etc and are running .Net 4

Any help that you can offer would be appreciated as this is happening more and more.

Regards

Peter

Windows Server 2008 SP2 stops responding as multiple services timeout

$
0
0

There is another thread open under the "General" section. I was asked to post it here. I have left the other thread open because I believe this is not just applicable to the Remote Desktop Services Role. (http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/94b0d7f7-6a26-4795-8c1f-ffee1ac309aa/)

Hey everyone,

I have now seen this issue happen on multiple Windows Server 2008 Terminal server setups. The services that time out are not exactly the same across all the servers, but a number of them are the same on all of them.

Here are the lists of services that timed out on one of these servers, along with the time it happened.

  • 80237AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the AudioEndpointBuilder service.
  • 80307AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the BITS service.
  • 80237AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the CertPropSvc service.
  • 80407AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the CryptSvc service.
  • 80437AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the Netman service.
  • 80507AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the NlaSvc service.
  • 80537AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the RasMan service.
  • 80607AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the Schedule service.
  • 80637AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the seclogon service.
  • 80707AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the ShellHWDetection service.
  • 80737AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the UmRdpService service.
  • 80807AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the UxSms service.
  • 80837AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the WinVNC4 service.
  • 80851AM - The Terminal Server security layer detected an error in the protocol stream and has disconnected the client.
  • 80907AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the WPDBusEnum service.
  • 80938AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the wuauserv service.
  • 81008AM - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the ShellHWDetection service.

In the end, the server has to be restarted for us to access it and for users to connect to it.

Doing some research, I cam across this KB article (http://support.microsoft.com/kb/972596/), but not sure if it applies to this situation. I have seen other people post about this issue, but haven't come across anything that states the cause and resolution.

Has anyone else faced this or is facing it at the moment?

Any tips or suggestions would be great!

Thanks a lot!

Warm regards,
Sri

No Audio Redirect via Connect to a Remote PC

$
0
0

Accessing 2012 R2 RDWeb using Windows 7 as my client I have no audio redirection when I use the Connect to a Remote PC to access a virtual Win 7 workstation.

However if I directly use RDP from this same Windows 7 client to the same virtual Win 7 workstation audio redirection works.

Any ideas why it is not being passed through via RDWeb?


RDS copying desktop roaming profile to UPD on first logon

$
0
0
Just trying to setup our first 2012r2 RDS server, where we would like to use User profile disks. But seem to be having a strange problem, where on the first logon their current windows 7 roaming profile is copied across to a UPD. I guess this is not supposed to happen ? Is there any information which shows best practices for users who log onto Windows 7 desktops and Windows 2012 R2 RDS servers? 

Users files not going recycle bin its permanently deleted.

$
0
0

Hello,

My name is pankaj, we have facing one critical issue.

I have multiple Terminal Servers and all are the member of our Domain, but one Terminal server there have created problem.when users are deleted the files and folder it not going recycle bin its deleted permanently.

But when we have created new users or login with administrator account then all is working fine.

  This is server 2008r2 Standard 64 bit version.

Please some one help me.


Pankaj Kumar

Issue about enabling RemoteFX video adpater when builded a Windows 10 Enterprise VM on Windows Server 2016 Technical Preview

$
0
0

Hello.

I used RemoteFX on Windows 7 Enterprise VM with Windows Server 2012.

But i needed OpenGL & OpenCL support, so i upgraded to Technical Preview 2.

And set up Hyper-v with Remote desktop virtualization Host.

I selected generation 1, and browsed windows 10 enterpise iso file.

after installing, I ran windows update on VM(I heard that Hyper-V integration services were moved to Windows update), and added RemoteFX Video Adpater.

But after booting, I can't get signs whether any windows were loaded.. and also cannot connect by RDP.

I saw remotefx demonstration on microsoft blog, so RemoteFX is on technical preview. Is it right?


RemoteFX Windows in RDP Server 2016

$
0
0
Will there be any improvements in RemoteFX vGPU? As of now with RemoteFX enabled graphic and 3D features are average or below average at best. Customers (myself) are chopping at the bits for this to be better than it was on Windows Server 2012 R2. Can you expound on the details of this improvement?

Server 2012 r2 SSO

$
0
0
I am running two servers for my rdp services. Both are running server 2012 r2. The license server is a domain controller. The other services are all on a virtual server using hyper-v. I tried every configuration I could find to get sso working correctly, but nothing seems to be successful. Right now, you are prompted to log in to the web page and then you are presented with the remote apps. Once you click on connect to a remote computer and enter a computer name, you are again prompted for credentials. For some reason though you are prompted a second time and after entering your credentials a second time, you will be connected. What might be causing this? Sorry, if I haven't given enough information. I can provide further details if needed.
Viewing all 26837 articles
Browse latest View live


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