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

Temp profile issue with Microsoft VDI users

$
0
0

Dear all,

We have MS VDI in our environment , there we face an issue related to Temp profile , we use roaming profile when we disconnect the session after 10 mins , if user tries to login with same ID it goes to temp profile not to the existing session. ANy idea what would be the reason ?

Thanks,


RDS installation windows 2012r2 with powershell

$
0
0

Hello All,

We are trying to install RDS on windows 2012 r2 server using powershell

we are installing ConnectionBroker,WebAccessServer,SessionHost roles on a single server.

iam using the below steps to install the RDS with in the server

in powershell

1)Import-Module RemoteDesktop

2) New-SessionDeployment -ConnectionBroker server1.co.in -WebAccessServer server1.co.in -SessionHost server1.co.in

We are getting the below error while installing

New-SessionDeployment : Validation failed for the "RD Session Host" parameter.
server1.co.in      You cannot restart the local server.
At line:1 char:1
+ New-SessionDeployment -ConnectionBroker server1.co.in -WebAccessServe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-SessionDeployment

What is the solution for this?

How can we install the three roles on a single server with powersehll ?

Thanks

krishna

301_Error Microsoft-Windows-TerminalServices-Gateway "23002"

$
0
0

I'm trying to reproduce an error we get when a user tries to connect to a non-persistent VDI pool. Sometimes, the user will be denied access to a virtual machine in the pool and the following error gets logged:

The user "DOMAIN\user", on client computer "172.21.1.131", did not meet resource authorization policy requirements and was therefore not authorized to resource "172.18.36.70". The following error occurred: "23002".

The client computer IP is a Threat Management Gateway (TMG) and the resource IP is from a DHCP pool.Both the CAP and RAP at the RD Gateway are custom and have all the necessary settings.

My first assumptions are that there is a gap between the time a VM gets a new DHCP lease and gets registered in the DNS and the refresh from the RD Broker database, but I might be wrong. The DHCP time lease for that scope is 5 hours.

Would anybody have a good knowledge of how the different components of an RDS farm works or, better yet, could explain why the user gets this error, but not every time..

Thanks

Problem with printer drivers

$
0
0

Hi,

I have a Windows 2003 Terminal Server server. Clients connects to it with RDP, to use Office applications and view PDF Files. The server has a number of different printer drivers installed. For example:

- HP Laserjet 500

- HP color Laserjet 200

- HP Universal Printer Driver PCL5.

And about ten more drivers.

Clients connect to server and have diferent printers, each with each driver. The problem is that, whatever model of printer the client has, with whatever driver it has installed, the mapped printer in the server takes the HP 500 Driver. So every single printer mapped in the server, is being mapped with the HP 500 driver, despite the server has installed the correct driver for all the printers.

How can I achieve that if I use in a client a printer which driver is installed on the server, the server maps the printer with the correct driver instead of the HP 500?

Unable to install update Kb2992611 on Windows Server 2012 R2 Standard

$
0
0

While performing vulnerability analysis of Windows Server 2012 R2 standard, a critical vulnerability was reported for 3389/tcp/msrdp - MS14-066: Vulnerability in Schannel Could Allow Remote Code Execution (2992611)

We have downloaded the update "Windows8.1-KB2992611-x64.msu" for Windows Server 2012 R2 but on running the file it gives error "The update is not applicable to your computer".

Also, it has been observed that this update is not listed in automatic windows update list.

Please help.

Regards,

Geeta Singh

Work Resources Folder Not populating

$
0
0

We had an issue yesterday where the user profile disks got disconnected while users were in the system.

Afterwards some users "Work Resources" folder in the start menu are empty. Updating via Control Panel does not repopulate. The wizard just sits and stays on the screen that says "Adding Resources".

I found an article that suggested deleting everything in the Feed key in the registry and emptying the Work Spaces folder then trying again, but this did not work for me. 

Looking at event viewer I see the following error:

"The following resource could not be downloaded: https://myrdwebserver/RDWeb/Feed/rdp/cpub-DLX-PROGRAM-CmsRdsh.rdp 

Event ID 1017

Error code 0x80070003

Next step will be to create a test user account and log onto the PC with that account and attempt to populate the folder to see if it is profile related.

Server 2012R2 RDS Profile

$
0
0

Hello everyone,

Is there any way to restrict multiple concurrent RDS sessions in a Server 2012R2 RDS farm to the same server.  I am trying to migrate our environment from independent RDS, to a farm environment.  Citrix is out for at least this year.  I would like to implement a centralized profile management, but our users need to be able to have multiple RDS sessions for business needs.  With UPD's, since they are mounted at login, can only be used on that server.  Roaming profiles only write back on logoff so no real-time advantage there.  Folder redirection would be ok, but doesn't do anything for settings, printers etc...  I liked the way UPD's worked when multiple sessions were on the same server.  Thanks for any info.

Chris

This computer can't connect to the remote computer

$
0
0

Windows 2012 R2, the issue suddenly happens, RDP no longer working. I checked all the following below and they are all good.

1. Registry key - RDP is enabled

2. GPO (local and domain) - not settings for RDP

3. RDP services are running

4. RDP session is enable in Windows

5. Port 3389 is open and listening

The following RDP tests and failed!

1. RDP by FQDN

2. RDP by its IP

3. Loopback RDP with 127.0.0.1

All three tests above gave the error message shown

What else I can check to fix this? thanks.


Thang Mo


One user with a local printer on our terminal server is having a print issue.

$
0
0

One user with a local printer on our terminal server is having a print issue.

Installed an HP printer a while back on her desktop.

Every morning this user logs into our terminal server, and has to change the defaulted printer back to her local printer.

Which renames its self with (redirection) each time she logs in

The settings on remote desktop connection are checked to use the printer.

I haven't played around in regedit yet. This is on a 2008 r2.

Any advice here would be great I'm tired of running in circles.

Unable To Manage RDSConnectionBroker services using PowerShell Remoting

$
0
0

Hi,

i'm trying to access the RDS connection broker services through Remote PowerShell, client is workstation. The connection server is hosted on Azure. Deployed a Quick RDS role on a single server.

On a high end:

1. Configured the Remote PowerShell over Https on the Connection Broker server.

2. used a valid SSL certificate.

3. Able to connect to connection broker server and execute the get-process and other PS Cmdlets.

4. Tried executing the Import-module RemoteDesktop; Get-RDSessionCollection -ConnectionBroker xxx.xxx.com. But getting the below error. 

PS C:\WINDOWS\system32> Invoke-Command -Session $s -ScriptBlock {Import-Module RemoteDesktop; get-rdsessioncollection -connectionbroker "xxxx.xxx.com"}
A Remote Desktop Services deployment does not exist on xxxx.xxx.com. This operation can be performed after creating 
a deployment. For information about creating a deployment, run "Get-Help New-RDVirtualDesktopDeployment" or "Get-Help 
New-RDSessionDeployment".
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-RDSessionCollection
    + PSComputerName        : xxxxxxxxx.com

Does any one worked on this before, please help in finding the solution and point i need to cover to resolve this.

Thanks in advance.

Small Business Remote Desktop/Terminal Services Type recommendation

$
0
0

Could someone suggest what Windows Server platform to use to provide a single box Terminal Server/Remote Desktop server for about 5 users to remote into simultaneously

Prefer to have only 1 server if possible that will do some basic file sharing and host virtual desktops for up to 5 remote users. Will just be running MS Office for the most part.

Would prefer to not run Hyper-V or similar -- looking for simplest and cheapest but efficient, not against spending the money to do it right but trying to keep it simple.

Thanks in advance for any of your advice

RDS 2012 - do session collection servers require same applications?

$
0
0
I'm working with Remote Desktop Services on server 2012 R2. If I have three session host servers in the collection, do I have to install all the same applications that will be published on all three servers?
Or can I just have one session host server with a single app installed that's advertised to a specific scope of users, while the other two session host servers have other apps installed that are open to all servers?
Will it pick a round-robin server to launch the app from even if the app is not installed and therefore result in an error of some sort?

RD Gateway Credential Delegation?

$
0
0

WS2012 RDSHs and WS2012 RD Gateway. Clients mostly Windows 10 Pro. All fully patched.

Users connect via webfeed-published RemoteApps.

Credential Delegation is set up and working on the LAN.

On WAN, when accessed from the same domain users on the same domain computers, with connections through RD Gateway, the RDG prompts for credentials. Users enter their domain credentials and connection proceeds. SSO is working; they're not prompted again as long as at least one RemoteApp is open.

In Deployment Properties, these options are set under Gateway, but I don't think this is where this would be set:

  • Server name: remote.domainname.com (resolves externally and internally to the RDG).
  • Logon method: Password Authentication
  • Use RD Gateway credentials for remote computers: On
  • Bypass RD Gateway server for local computers: On

I enabled Credential Delegation on the RDG as a test, but was still prompted for credentials.

Is it possible to set up the RDG for credential delegation?

User Cannot Click on Start Button?

$
0
0

We have a Server 2012 R2 RDS Collection, and one user cannot click on the Start button on 3/4 Session Hosts. It works correctly on one of the Session Hosts.

The mouse does not even highlight it when hovering over it. All other users can click the Start button fine.

Any ideas?

Moving user profile disks in a 2012 R2 RDS environment

$
0
0

 have a situation whereby we have deployed a 2012 R2 RDS environment utilizing user profile disks.

Everything has been good so far, except I stored the UPD's on a share on the the DC, so I'm seeing intermittent AD issues due to the NIC on the DC being throttled.

I have deployed a new VM specifically for the purpose of holding the UPD's, however I don't know (and cant seem to find) a straight answer to whether or not I can just move these puppies and get away with it.

I assumed the process would be copy the .vhdx files from the source location to the destination, share the new location, then edit the collection settings in RDS changing the 'location' value under 'User Profile Disks', however nowhere seems to be able to tell me this with any degree of certainty.

I have read articles which suggested people have seen permissions errors and such like with UPD's which got me a bit itchy, as this is a production environment.

Any suggestions/advice appriciated.


Windows Server 2008 WEB will not allow KB3080079 to run and it is required to disable TLS 1.0 so RDP still works

$
0
0

Windows Server 2008 WEB will not allow KB3080079 to run and it is required to disable TLS 1.0.  Also please note that this is Windows Web Server 2008...on SP2

When I disable TLS 1.0 and enable TLS 1.2, it not only breaks RDP, but it also prevents access to my website (built on C#). 

When I try to run KB3080079 I get a message that says update does not apply to your system. I also already tried KB3140245 with the same result...does not apply.

How am I supposed to meet PCI compliance if Microsoft's update to fix this will not run on my licensed and PAID FOR product?

Can someone from MS tech support please help here before I go out of business?

Thanks

RDT License

$
0
0

Hi,

I have a problem becouse my Windows server had to be set up again becouse it went to command prompt mode or something like that and when I was seting up my License for RDT then it say´s it has already been activated. Can you help me out. I have the License in front of me. It was bought retail and it is an "WINDOWS SERVER 2012 RDS CAL 5 USER" license and it is already registered to my company "Blomabud Akureyrar"

Best regards,

Hafthor Vidarsson

RDS installation failed 1/3 of the way into the installation - not sure what to do

$
0
0
We have a Windows 2012R2 Standard server I attempted to setup RDS on tonight. About 1/3 of the way in on the progress bar (and after the reboot), the installation failed - I think it was at the RD Connection Broker. I do see Event ID 1280 that states "Remote Desktop Services failed to join the Connection Broker on server <server>." There is also Event ID 20499: "Remote Desktop Services has taken too long to load the user configuration from server \\SERVER for user administrator." And Event ID 1305 "Remote Desktop Connection Broker Client failed to redirect the user DOMAIN\user." Also EVENT ID 2056: "The Remote Desktop Connection Broker server could not enumberate the targets for the provider named NULL from the database." and Event ID Error 1306 for 1306ErrorMicrosoft-Windows-TerminalServices-SessionBroker-ClientMicrosoft-Windows-TerminalServices-SessionBroker-Client/Operational.  I'm not sure how to salvage this, so if anyone could give me some ideas, I'd greatly appreciate this. Thank you.

Desktop as service.

$
0
0

What I need to make each user access his desktop with all the published application so he can use them with no dependenceon his work computer. So he can access the same "desktop" from home or from other country. We don't want to publish only apps we want to publish the whole desktop which hosted on the cloud. We  have groups of users (maximum 30 for each) and we want to enable remote desktop access for each group. We have subscription for each user on office 365 and we want to allow these users to access their desktop.




accounts locked out and event 4625

$
0
0
My admin accounts were experiencing numerous lockouts so I researched what was causing them. When I shut down port 3389 they stopped. How do I determine the cause of the issue that is apparently outside my network so I can get my remote users re-connected?
Viewing all 21489 articles
Browse latest View live


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