Questions tagged [rds]

RDS can stand for Remote Desktop Services (formerly known as Microsoft Terminal Services), or Amazon Relational Database Service. For Amazon RDS, please use the tag amazon-rds

RDS can stand for Remote Desktop Services (formerly known as Microsoft Terminal Services), or Amazon Relational Database Service. For Amazon RDS, please use the tag.

491 questions
2
votes
1 answer

Server 2016 Standalone RDS Gateway

In Server 2012 R2 it was possible to manually install the RDS Gateway role without needing an entire RDS deployment. In 2016, the Gateway component is missing - as can be verified by running Get-WindowsFeature in a Powershell prompt. It seems the…
alifen
  • 165
  • 3
  • 11
2
votes
1 answer

Setting up phpmyadmin to only connect to remote server

I've been stuck on this for a while, and was hoping you could provide some insight into what I'm doing wrong. I have a fresh amazon EC2 (Ubuntu 16.04) instance connected to an RDS (mysql) database, and am trying to install phpmyadmin on the amazon…
2
votes
2 answers

Single Sign on at Windows 2012 R2 RDS

I setup RDS on 2012 R2 and have a question. If I (over the internet, so external network) connect to https://gateway.example.org/RDWeb I can login (with an domain user), I can see a desktop icon. After I clicked on it, the browser downloads a rdp…
fips123
  • 361
  • 1
  • 5
  • 17
2
votes
1 answer

Powershell counting array elements that match a value

I have a script that builds a PSCustomObject with properties based on output from a DOS command. The array builds correctly and I can inspect it by dumping it to the screen output. However, when I try to get a list of elements by property name, it…
McKenning
  • 230
  • 1
  • 3
  • 10
2
votes
1 answer

Deploying Outlook through RemoteApp

We have an RDS server where we host our software plus supply access to office and a few other programs. this is a multi tenant environment, we do not host any email or exchange but users can connect outlook to their email so all their need programs…
TheRealTy
  • 234
  • 4
  • 15
2
votes
0 answers

Does Windows 10 Remote Server Administration Tools (RSAT) work with Windows Server 2012 R2 Remote Desktop Services (RDS)?

Ever since I upgraded to Windows 10, I've been having issues with RSAT to administer an RDS Windows Server 2012 R2 deployment. At first, the preview of the RSAT tools didn't work well and I chalked it up to being in preview. Now that the RTM version…
2
votes
1 answer

RDS vs. RD - any differences in speed and quality?

All other things being equal (available hardware resources, speed and type of network connection), is there any technical difference with an impact on quality between connecting to an RDS server vs. an RD on a Windows client system? Background: I…
vic
  • 973
  • 1
  • 10
  • 22
2
votes
0 answers

RDS MySQL 50% CPU usage spike

We have a big RDS multi-az instance in prod (probably too big for its purpose atm), but it showed 2 spikes for ~50%. rds mysql 50% spikes screenshot Never seen that instance rise above 5% since we created it more than 6 months ago. Unfortunately, I…
John Derring
  • 87
  • 1
  • 4
2
votes
0 answers

How to use java UDF on AWS Oracle RDS?

I am trying to use a java udf in AWS Oracle RDS. On a managed Oracle server I can do this by using something like the following: CALL dbms_java.loadjava('-user / /home//.jar'); CREATE OR REPLACE FUNCTION…
2
votes
2 answers

HIPPA Compliance - Home PC Use

I have some more questions on HIPPA Compliance. I'm considering presenting the idea of a RDS server to my clients who are family practice. If they use Home PCs to remote in, do these PCs have to be encrypted? Right now the use a VPN to load Medent…
2
votes
2 answers

2012r2 Server Mananger not showing all VDI Desktops in Collection

We are running a 4 node 2012r2 Hyper-V Cluster and using Microsoft's RDS/VDI for serving up Virtual Windows 7 desktops. Right now we have about 90 desktops in 3 collections of 30 desktops each.(I know it's hardware overkill but we expect to ramp…
2
votes
2 answers

RDS Logon failure with domain accounts over internet, but not over VPN

We have a domain-joined RDS 2008 R2 server where logons are rejected for domain accounts (even domain admins) coming in directly over the internet, but it works fine over VPN or internally. The RDS server also has a number of local accounts, and…
unimatter
  • 31
  • 3
2
votes
1 answer

Windows Server 2012 RD Licensing Issuing Multiple Temp Licenses Per Machine

I have just setup a Windows Server 2012 RDS environment with Per Device CALs. Looking at RD Licensing Manager it is handing out multiple temp CALS per machine and multiple permanent CALS per machine. At this rate I will run out of licenses very…
John Wesley Gordon
  • 183
  • 1
  • 3
  • 10
2
votes
0 answers

How to change username on RDS instance

I have a single RDS postgresql instance with username 'psql' owning the database. How do you change the username?
mako_reactor
  • 398
  • 4
  • 11
2
votes
3 answers

GPO or logon scripts to remove access to public "libraries" folders

I have two Windows 2012 R2 Domain Controllers and will be implementing 7 Windows 2008 R2 remote desktop servers once their setup and testing is complete (I have one built now that is my test server). I've set up a group policy that redirects the…