mecm 2002 bitlocker status sql database

Ghali Bakkali 21 Reputation points
2020-11-03T19:03:12.79+00:00

when trying to execute this query to find bitlocker status, it displayed query executed successfully but no results shown,
any ideas of what could be the issue?

SELECT dbo.v_R_System.Name0, dbo.v_GS_ENCRYPTABLE_VOLUME.DriveLetter0, dbo.v_GS_ENCRYPTABLE_VOLUME.ProtectionStatus0
FROM dbo.v_GS_ENCRYPTABLE_VOLUME INNER JOIN
dbo.v_R_System ON dbo.v_GS_ENCRYPTABLE_VOLUME.ResourceID = dbo.v_R_System.ResourceID

37226-query-sql.png

I also when trying to view the he BitLocker Enterprise Compliance Dashboard Reoport in configutation manager, it error out with

37127-mecm-report-error.png

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

8 answers

Sort by: Most helpful
  1. Ghali Bakkali 21 Reputation points
    2020-11-13T01:16:46.883+00:00

    39532-sql-error-a.png

    error

    39476-sql-error-2.png

    0 comments No comments

  2. AllenLiu-MSFT 49,436 Reputation points Microsoft External Staff
    2020-11-13T06:58:24.707+00:00
    0 comments No comments

  3. Ghali Bakkali 21 Reputation points
    2020-11-13T14:37:30.04+00:00

    39763-sql-eror-11a.png

    after excusing the query I sill the same error

    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.