Least Privilege - Microsoft RDS Connector
- 23 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Least Privilege - Microsoft RDS Connector
- Updated on 23 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
In this article, you can find the information needed to restrict a Service Account permissions by assigning least privileged roles for the Microsoft RDS Connector to connect to the RDS Broker.
Create a Service Account
Create a service account in your Active Directory. This account has the same default settings as a regular domain user account. It needs permissions on all the desktop and/or published applications that you need to view in the Microsoft RDS connector.
For more information about service accounts, see Microsoft documentation.
Grant WMI permissions to the Service Account
In the Microsoft RDS broker, you need to add the following permissions in the Windows Management Instrumentation (WMI):
- Log into your Microsoft RDS broker.
- Run
wmimgmt.msc
or open WMI Control (Local). - Right-click "WMI Control (Local)" and select Properties.
- Navigate to the Security tab.
- Select TerminalServices under
root\cimv2\TerminalServices
and click Security.
- In the Security for.. dialog box that opens, add the Service Account you previously created and grant the following permissions to it:
- Remote Enable
- Read Security
- When you finish, click OK until you reach the WMI Control (Local) console. Your changes will be saved automatically.
Grant Local computer permissions to the Service Account
In the Microsoft RDS broker, you need to add the following permissions on the local computer.
- Log into your Microsoft RDS broker.
- Run compmgmt.msc or open Computer Management.
- Navigate to System Tools > Local Users and Groups > Groups.
- Add the Service Account you previously created to:
- Performance Log Users
- Users
- When you finish, click OK until you reach the Computer Management console. Your changes are saved automatically.
Was this article helpful?