Yes, you can use RBA to control access to workstations or servers.
Can I separate Servers and Workstations in one SCCM?
sparkwit
1
Reputation point
Hello. Can I separate Servers and Workstations under the Devices in SCCM? We've one SCCM server. SCCM version: 2103. Thank you.
Microsoft Security | Intune | Configuration Manager | Other
4,608 questions
2 answers
Sort by: Most helpful
-
-
AllenLiu-MSFT 49,316 Reputation points Microsoft External Staff
2021-06-07T03:09:03.117+00:00 Hi, @sparkwit
Thank you for posting in Microsoft Q&A forum.
We can create two device collections using query rule:
For servers:
select * from SMS_R_SYSTEM where SMS_R_SYSTEM.OperatingSystemNameandVersion like "%Server%"
For workstations:
select * from SMS_R_SYSTEM where SMS_R_SYSTEM.OperatingSystemNameandVersion like "%workstation%"
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.