microsoft / secmgmt-insights-connector

Power BI connector that provides insight into the current state of how Microsoft 365 is configured and whether best practices have been implemented
MIT License
13 stars 3 forks source link

Windows protection state #145

Closed ghost closed 3 years ago

ghost commented 3 years ago

Steps to reproduce

Invoke the following query

 let
        source = SecMgmtInsights.Contents(GetTenantsList()),
        state = source{[Name="WindowsProtectionState"]}[Data]
in
        state

Expected behavior

The query to execute against Windows devices only

Actual behavior

All available devices are being process which is resulting in HTTP 404 errors because the data only exists for Windows devices

Diagnostic logs

N/A

Environment

Power BI Desktop Security and Management Insights connector version 2.1