Share via

Client0 Values?

Duchemin, Dominique 2,011 Reputation points
2021-04-27T22:34:49.717+00:00

Hello

Select DISTINCT SYS.Client0, Count(*)
From v_R_System SYS
Join v_FullCollectionMembership COL on COL.ResourceID = SYS.ResourceID
Where COL.CollectionID = 'UCP0001F'
Group By SYS.Client0

System Resource - Client equal 1
System Resource - Client Version is Null
System Resource - Client Version is Not Null

Client0 (No column name)
NULL 341
0 38
1 258

Is it normal? Should I have 3 values NULL, 0, 1 or should it be only two values NULL & 1?
NULL ==> No Client
1 ==> Client installed
what does 0 mean?

Thanks,
Dom

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

4 answers

Sort by: Most helpful
  1. Garth Jones 2,076 Reputation points
    2021-04-28T03:52:11.567+00:00

    You should be testing for both 0 and null.
    There is no real difference between them, 0 "generally" means that the client was uninstalled.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Garth Jones 2,076 Reputation points
    2021-04-27T23:02:25.697+00:00

    Yes it is normal 0 = no client.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. HanyunZhu-MSFT 1,846 Reputation points Microsoft External Staff
    2021-05-04T09:24:37.377+00:00

    Hi, @Duchemin, Dominique

    Just check in if there is any update. Did you get any result after the test? Do you need any further assistance? If so, please don't hesitate to let us know.

    If the problem is solved, click Accept Answer and upvote the response that helpful to you.

    Look forward to hearing from you. Thanks for your time.

    Best Regards
    Alan

    Was this answer helpful?

    0 comments No comments

  4. Duchemin, Dominique 2,011 Reputation points
    2021-04-27T23:08:47.52+00:00

    Hello,

    Thanks Garth,
    What is the difference between Clients having Client0 = 0 and Client0 = NULL.
    For the testing of existing client to be able to receive deployment and non-existing client which needs a client to be installed should I test Client0 = 0 (38 items) or Client0 = NULL (341 Items)...

    Thanks,
    Dom

    Was this answer helpful?

    0 comments No comments

Your answer

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