SCCM

Question

I am trying to create a collection in SCCM to segregate the VDI (static, Dynamic, etc ).

Using below query I am able to create a collection of all the Virtual systems. However, need to create a collection for Static VDI systems and Dynamic VDI System.

Kindly provide your assitance.

select
SMS_R_System.ResourceId,
SMS_R_System.ResourceType,
SMS_R_System.Name,
SMS_R_System.SMSUniqueIdentifier,
SMS_R_System.ResourceDomainORWorkgroup,
SMS_R_System.Client
from
SMS_R_System
where SMS_R_System.IsVirtualMachine = “1”

Answers ( 3 )

  1. I don’t know whether SCCM is collecting the inventory to know which is static or dynamic VDI. By default, it’s not.
    So it won’t be very straightforward to perform this task.

      0
      2023-01-24T12:13:00+05:30

      Yes, I have tried hard. However, didn’t get the output. So, I thought to check here with all the SCCM/Intune Champs.

      Thanks for your reply, appreciate.

    0
    2023-01-18T15:44:39+05:30

    Hello experts, Waiting for reply.!.

Leave an answer

Sorry, you do not have permission to answer to this question .