I've recently started having a problem where users can no longer log into the RDS server. They get 'Access is denied'.
If I add them to Domain Admins, they are able to get on without issue. I've checked Local Security Policy > Local Policies > User Rights Assignments > All log on through Remote Desktop Services
. It has the appropriate groups assigned. I even added Domain Users to include everyone, but the users still get the access denied unless they are in the domain admins group.
I've checked the event log and the only 2 events associated with the security log are 2 4634 events that say An account was logged off. One with Logon Type 3 and the other with Logon Type 10.
Any ideas as to what could be casuing the issue?
Domain Admins always have remote desktop logon rights, but other users need to be granted this privilege explicitly. It sounds like your Domain Users may have been removed from the local permissions group.
Places to Check:
Allow log on through Remote Desktop Services
should be set toAdministrators, Remote Desktop Users
.Deny log on through Remote Desktop Services
should be set toGuests
and ideallyLocal account, Guests
.Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Session Host > Connections > *Allow users to connect remotely by using Remote Desktop Services*
should be set to eitherNot configured
orEnabled
.Give a try for the solution posted on Access is Denied - Remote Desktop
I've been looking for a solution to the problem during two days and it wasn't a gpo issue or a certificate either, it was the network policy I disabled it in the NPAS console and users could access to my Remote Apps, I hope this can help so cheers everyone
I suggest restart Remote Desktop Licensing service on your RDS (don't touch anything else if already been working which means you setup was ok) and try to reconnect. If all ok then I suggest to check and reset the counter to your RDL with below ps1 script
Remote Desktop Licensing - Click To See Image