WQL Query on SCCM Server Bitlocker - Not Updating












0















On our SCCM server we are running the query below to detect computers with Bitlocker not enabled. Since running this we have set bitlocker on some of the computers which from the result set, but this seems to fail when refreshing the query in SCCM. Can anyone advise on what is happening and what is required for the client to update it's status?



select SMS_R_System.Name,SMS_R_System.LastLogonUserName,SMS_G_System_ENCRYPTABLE_VOLUME.ProtectionStatus   from  SMS_R_System inner join SMS_G_System_ENCRYPTABLE_VOLUME on SMS_G_System_ENCRYPTABLE_VOLUME.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_ENCRYPTABLE_VOLUME.ProtectionStatus = 0 and SMS_G_System_OPERATING_SYSTEM.Version > "10.0.14393"









share|improve this question























  • The most probable source of this information is hardware inventory which by default only happens every 7 days. Could this be the case or did you change that time?

    – Syberdoor
    Jan 16 at 10:03











  • Thanks, we have changed the schedule of the hardware inventory cycle and also tried running it manually, but it still doesn't seem to update the status on SCCM.

    – RLBChrisBriant
    Jan 18 at 16:00











  • Hi, this is still not updating after a couple of weeks, can anyone advise?

    – RLBChrisBriant
    Jan 28 at 9:58











  • Didn't want to further comment on this since it seemed I was wrong but as there are no other ideas I checked again. So in the client settings where you can chose your classes for ahrdware inventory there is definitely win32_encryptablevolume for bitlocker infos which contains proctection status. I therefore really doubt it is any other inventory. However this is not on by default. could you check whether it is active for you or whether it maybe is only active for some clients? (client settings can differ on a collection base)

    – Syberdoor
    Jan 28 at 13:10











  • Hi, these are set up on the default client settings, I can see that all of the below are checked. BitLocker (Win32_EncryptableVolume) Device ID Drive Letter Persistent Volume ID Protection Status

    – RLBChrisBriant
    Jan 28 at 17:17


















0















On our SCCM server we are running the query below to detect computers with Bitlocker not enabled. Since running this we have set bitlocker on some of the computers which from the result set, but this seems to fail when refreshing the query in SCCM. Can anyone advise on what is happening and what is required for the client to update it's status?



select SMS_R_System.Name,SMS_R_System.LastLogonUserName,SMS_G_System_ENCRYPTABLE_VOLUME.ProtectionStatus   from  SMS_R_System inner join SMS_G_System_ENCRYPTABLE_VOLUME on SMS_G_System_ENCRYPTABLE_VOLUME.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_ENCRYPTABLE_VOLUME.ProtectionStatus = 0 and SMS_G_System_OPERATING_SYSTEM.Version > "10.0.14393"









share|improve this question























  • The most probable source of this information is hardware inventory which by default only happens every 7 days. Could this be the case or did you change that time?

    – Syberdoor
    Jan 16 at 10:03











  • Thanks, we have changed the schedule of the hardware inventory cycle and also tried running it manually, but it still doesn't seem to update the status on SCCM.

    – RLBChrisBriant
    Jan 18 at 16:00











  • Hi, this is still not updating after a couple of weeks, can anyone advise?

    – RLBChrisBriant
    Jan 28 at 9:58











  • Didn't want to further comment on this since it seemed I was wrong but as there are no other ideas I checked again. So in the client settings where you can chose your classes for ahrdware inventory there is definitely win32_encryptablevolume for bitlocker infos which contains proctection status. I therefore really doubt it is any other inventory. However this is not on by default. could you check whether it is active for you or whether it maybe is only active for some clients? (client settings can differ on a collection base)

    – Syberdoor
    Jan 28 at 13:10











  • Hi, these are set up on the default client settings, I can see that all of the below are checked. BitLocker (Win32_EncryptableVolume) Device ID Drive Letter Persistent Volume ID Protection Status

    – RLBChrisBriant
    Jan 28 at 17:17
















0












0








0








On our SCCM server we are running the query below to detect computers with Bitlocker not enabled. Since running this we have set bitlocker on some of the computers which from the result set, but this seems to fail when refreshing the query in SCCM. Can anyone advise on what is happening and what is required for the client to update it's status?



select SMS_R_System.Name,SMS_R_System.LastLogonUserName,SMS_G_System_ENCRYPTABLE_VOLUME.ProtectionStatus   from  SMS_R_System inner join SMS_G_System_ENCRYPTABLE_VOLUME on SMS_G_System_ENCRYPTABLE_VOLUME.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_ENCRYPTABLE_VOLUME.ProtectionStatus = 0 and SMS_G_System_OPERATING_SYSTEM.Version > "10.0.14393"









share|improve this question














On our SCCM server we are running the query below to detect computers with Bitlocker not enabled. Since running this we have set bitlocker on some of the computers which from the result set, but this seems to fail when refreshing the query in SCCM. Can anyone advise on what is happening and what is required for the client to update it's status?



select SMS_R_System.Name,SMS_R_System.LastLogonUserName,SMS_G_System_ENCRYPTABLE_VOLUME.ProtectionStatus   from  SMS_R_System inner join SMS_G_System_ENCRYPTABLE_VOLUME on SMS_G_System_ENCRYPTABLE_VOLUME.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_ENCRYPTABLE_VOLUME.ProtectionStatus = 0 and SMS_G_System_OPERATING_SYSTEM.Version > "10.0.14393"






windows-10 bitlocker sccm






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 15 at 14:08









RLBChrisBriantRLBChrisBriant

44




44













  • The most probable source of this information is hardware inventory which by default only happens every 7 days. Could this be the case or did you change that time?

    – Syberdoor
    Jan 16 at 10:03











  • Thanks, we have changed the schedule of the hardware inventory cycle and also tried running it manually, but it still doesn't seem to update the status on SCCM.

    – RLBChrisBriant
    Jan 18 at 16:00











  • Hi, this is still not updating after a couple of weeks, can anyone advise?

    – RLBChrisBriant
    Jan 28 at 9:58











  • Didn't want to further comment on this since it seemed I was wrong but as there are no other ideas I checked again. So in the client settings where you can chose your classes for ahrdware inventory there is definitely win32_encryptablevolume for bitlocker infos which contains proctection status. I therefore really doubt it is any other inventory. However this is not on by default. could you check whether it is active for you or whether it maybe is only active for some clients? (client settings can differ on a collection base)

    – Syberdoor
    Jan 28 at 13:10











  • Hi, these are set up on the default client settings, I can see that all of the below are checked. BitLocker (Win32_EncryptableVolume) Device ID Drive Letter Persistent Volume ID Protection Status

    – RLBChrisBriant
    Jan 28 at 17:17





















  • The most probable source of this information is hardware inventory which by default only happens every 7 days. Could this be the case or did you change that time?

    – Syberdoor
    Jan 16 at 10:03











  • Thanks, we have changed the schedule of the hardware inventory cycle and also tried running it manually, but it still doesn't seem to update the status on SCCM.

    – RLBChrisBriant
    Jan 18 at 16:00











  • Hi, this is still not updating after a couple of weeks, can anyone advise?

    – RLBChrisBriant
    Jan 28 at 9:58











  • Didn't want to further comment on this since it seemed I was wrong but as there are no other ideas I checked again. So in the client settings where you can chose your classes for ahrdware inventory there is definitely win32_encryptablevolume for bitlocker infos which contains proctection status. I therefore really doubt it is any other inventory. However this is not on by default. could you check whether it is active for you or whether it maybe is only active for some clients? (client settings can differ on a collection base)

    – Syberdoor
    Jan 28 at 13:10











  • Hi, these are set up on the default client settings, I can see that all of the below are checked. BitLocker (Win32_EncryptableVolume) Device ID Drive Letter Persistent Volume ID Protection Status

    – RLBChrisBriant
    Jan 28 at 17:17



















The most probable source of this information is hardware inventory which by default only happens every 7 days. Could this be the case or did you change that time?

– Syberdoor
Jan 16 at 10:03





The most probable source of this information is hardware inventory which by default only happens every 7 days. Could this be the case or did you change that time?

– Syberdoor
Jan 16 at 10:03













Thanks, we have changed the schedule of the hardware inventory cycle and also tried running it manually, but it still doesn't seem to update the status on SCCM.

– RLBChrisBriant
Jan 18 at 16:00





Thanks, we have changed the schedule of the hardware inventory cycle and also tried running it manually, but it still doesn't seem to update the status on SCCM.

– RLBChrisBriant
Jan 18 at 16:00













Hi, this is still not updating after a couple of weeks, can anyone advise?

– RLBChrisBriant
Jan 28 at 9:58





Hi, this is still not updating after a couple of weeks, can anyone advise?

– RLBChrisBriant
Jan 28 at 9:58













Didn't want to further comment on this since it seemed I was wrong but as there are no other ideas I checked again. So in the client settings where you can chose your classes for ahrdware inventory there is definitely win32_encryptablevolume for bitlocker infos which contains proctection status. I therefore really doubt it is any other inventory. However this is not on by default. could you check whether it is active for you or whether it maybe is only active for some clients? (client settings can differ on a collection base)

– Syberdoor
Jan 28 at 13:10





Didn't want to further comment on this since it seemed I was wrong but as there are no other ideas I checked again. So in the client settings where you can chose your classes for ahrdware inventory there is definitely win32_encryptablevolume for bitlocker infos which contains proctection status. I therefore really doubt it is any other inventory. However this is not on by default. could you check whether it is active for you or whether it maybe is only active for some clients? (client settings can differ on a collection base)

– Syberdoor
Jan 28 at 13:10













Hi, these are set up on the default client settings, I can see that all of the below are checked. BitLocker (Win32_EncryptableVolume) Device ID Drive Letter Persistent Volume ID Protection Status

– RLBChrisBriant
Jan 28 at 17:17







Hi, these are set up on the default client settings, I can see that all of the below are checked. BitLocker (Win32_EncryptableVolume) Device ID Drive Letter Persistent Volume ID Protection Status

– RLBChrisBriant
Jan 28 at 17:17












1 Answer
1






active

oldest

votes


















0














It was necessary to add the clause SMS_G_System_ENCRYPTABLE_VOLUME.DriveLetter = "C:" to the query so that it was only checking the C drive status.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394531%2fwql-query-on-sccm-server-bitlocker-not-updating%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    It was necessary to add the clause SMS_G_System_ENCRYPTABLE_VOLUME.DriveLetter = "C:" to the query so that it was only checking the C drive status.






    share|improve this answer




























      0














      It was necessary to add the clause SMS_G_System_ENCRYPTABLE_VOLUME.DriveLetter = "C:" to the query so that it was only checking the C drive status.






      share|improve this answer


























        0












        0








        0







        It was necessary to add the clause SMS_G_System_ENCRYPTABLE_VOLUME.DriveLetter = "C:" to the query so that it was only checking the C drive status.






        share|improve this answer













        It was necessary to add the clause SMS_G_System_ENCRYPTABLE_VOLUME.DriveLetter = "C:" to the query so that it was only checking the C drive status.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 5 at 9:36









        RLBChrisBriantRLBChrisBriant

        44




        44






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394531%2fwql-query-on-sccm-server-bitlocker-not-updating%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...