├── CODE_OF_CONDUCT.md ├── LICENSE ├── Readme.md ├── Scripts ├── Invoke-BIOSDataCollectionToLA.ps1 ├── Invoke-CustomAppReliability.ps1 ├── Invoke-CustomAppReliabilityWithAPI.ps1 ├── Invoke-DeliveryOptimizationDataGatherScript.ps1 ├── Invoke-WUInventory.ps1 └── Invoke-WUInventory_Funky.ps1 └── Workbooks ├── AppReliabilityDashboard.json ├── AppReliabilityDetails.json ├── BIOSUpdateComplianceOEM.json ├── DeliveryOptimizationDashboard.json ├── DeliveryOptimizationDashboardV3.json ├── IntuneAuditDashboard.json ├── IntuneAuditEventDetails.json ├── UpdateComplianceCommunityEdition.json ├── UpdateComplianceV8.json └── Windows Update Device Settings.workbook /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Readme.md -------------------------------------------------------------------------------- /Scripts/Invoke-BIOSDataCollectionToLA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Scripts/Invoke-BIOSDataCollectionToLA.ps1 -------------------------------------------------------------------------------- /Scripts/Invoke-CustomAppReliability.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Scripts/Invoke-CustomAppReliability.ps1 -------------------------------------------------------------------------------- /Scripts/Invoke-CustomAppReliabilityWithAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Scripts/Invoke-CustomAppReliabilityWithAPI.ps1 -------------------------------------------------------------------------------- /Scripts/Invoke-DeliveryOptimizationDataGatherScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Scripts/Invoke-DeliveryOptimizationDataGatherScript.ps1 -------------------------------------------------------------------------------- /Scripts/Invoke-WUInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Scripts/Invoke-WUInventory.ps1 -------------------------------------------------------------------------------- /Scripts/Invoke-WUInventory_Funky.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Scripts/Invoke-WUInventory_Funky.ps1 -------------------------------------------------------------------------------- /Workbooks/AppReliabilityDashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/AppReliabilityDashboard.json -------------------------------------------------------------------------------- /Workbooks/AppReliabilityDetails.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/AppReliabilityDetails.json -------------------------------------------------------------------------------- /Workbooks/BIOSUpdateComplianceOEM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/BIOSUpdateComplianceOEM.json -------------------------------------------------------------------------------- /Workbooks/DeliveryOptimizationDashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/DeliveryOptimizationDashboard.json -------------------------------------------------------------------------------- /Workbooks/DeliveryOptimizationDashboardV3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/DeliveryOptimizationDashboardV3.json -------------------------------------------------------------------------------- /Workbooks/IntuneAuditDashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/IntuneAuditDashboard.json -------------------------------------------------------------------------------- /Workbooks/IntuneAuditEventDetails.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/IntuneAuditEventDetails.json -------------------------------------------------------------------------------- /Workbooks/UpdateComplianceCommunityEdition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/UpdateComplianceCommunityEdition.json -------------------------------------------------------------------------------- /Workbooks/UpdateComplianceV8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/UpdateComplianceV8.json -------------------------------------------------------------------------------- /Workbooks/Windows Update Device Settings.workbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSEndpointMgr/Reporting/HEAD/Workbooks/Windows Update Device Settings.workbook --------------------------------------------------------------------------------