Can I separate Servers and Workstations in one SCCM?

sparkwit 1 Reputation point
2021-06-04T14:20:32.587+00:00

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
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Garth 5,801 Reputation points
    2021-06-04T16:24:58.057+00:00

    Yes, you can use RBA to control access to workstations or servers.

    1 person found this answer helpful.

  2. 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:
    102827-111.jpg

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.