├── PowerBI Reports ├── IntuneRptSparkV09.pbix └── PowerBI-starter-example.pbix ├── README.md ├── Scripts ├── Antivirus.ps1 ├── AppInstallStates.ps1 ├── DeviceConfigurationGroups.ps1 ├── DeviceConfigurationStates.ps1 ├── Malware.ps1 └── ServicingRings.ps1 ├── Step-by-step Guide to Intune Automated Reporting with Graph, Automation, and PowerBI.pptx └── images ├── appsbydepartment.png ├── historicalservicingcomparison.png ├── operationalcompliance.png └── servicingoverview.png /PowerBI Reports/IntuneRptSparkV09.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/PowerBI Reports/IntuneRptSparkV09.pbix -------------------------------------------------------------------------------- /PowerBI Reports/PowerBI-starter-example.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/PowerBI Reports/PowerBI-starter-example.pbix -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/Antivirus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/Scripts/Antivirus.ps1 -------------------------------------------------------------------------------- /Scripts/AppInstallStates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/Scripts/AppInstallStates.ps1 -------------------------------------------------------------------------------- /Scripts/DeviceConfigurationGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/Scripts/DeviceConfigurationGroups.ps1 -------------------------------------------------------------------------------- /Scripts/DeviceConfigurationStates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/Scripts/DeviceConfigurationStates.ps1 -------------------------------------------------------------------------------- /Scripts/Malware.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/Scripts/Malware.ps1 -------------------------------------------------------------------------------- /Scripts/ServicingRings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/Scripts/ServicingRings.ps1 -------------------------------------------------------------------------------- /Step-by-step Guide to Intune Automated Reporting with Graph, Automation, and PowerBI.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/Step-by-step Guide to Intune Automated Reporting with Graph, Automation, and PowerBI.pptx -------------------------------------------------------------------------------- /images/appsbydepartment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/images/appsbydepartment.png -------------------------------------------------------------------------------- /images/historicalservicingcomparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/images/historicalservicingcomparison.png -------------------------------------------------------------------------------- /images/operationalcompliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/images/operationalcompliance.png -------------------------------------------------------------------------------- /images/servicingoverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phmehta94/IntuneAutomatedReporting/HEAD/images/servicingoverview.png --------------------------------------------------------------------------------