├── Custom Inventory with Proactive Remediations └── -Inventory-Software Updates.ps1 ├── HP Driver Updates ├── HP Driver Updates (no log).pbit ├── HP Driver Updates.pbit ├── HP_Driver_Updates_Example_Log.log ├── Intune.Win32App.DetectionScript.ps1 ├── Invoke-HPDriverAnalysis.ps1 └── Invoke-HPDriverUpdate.ps1 ├── Intune reporting ├── Export-MSGraphToAzStorageAccount.ps1 └── Export-MSGraphToAzureMonitorLogs.ps1 ├── Microsoft Update Health Tools ├── Detection.ps1 └── Remediation.ps1 ├── New-ProactiveRemediationsIssuesReport.ps1 ├── Patch My PC Power BI Report ├── Export-MSGraphPatchMyPCUpdateData.ps1 └── Patch My PC.pbit ├── Proactive remediations ├── CVE-2022-29470 │ ├── Detection.ps1 │ └── Remediation.ps1 ├── Enforce custom power plan │ ├── Detection.ps1 │ └── Remediation.ps1 ├── Enhanced Software Update Reporting │ └── Software Updates Inventory Script.ps1 ├── HP Disable Native OS firmware update service │ ├── Detection.ps1 │ └── Remediation.ps1 └── KB5025885 - CVE-2023-24932 │ ├── Detection.ps1 │ └── Remediation.ps1 ├── README.md ├── Software Updates Reporting Solution ├── Azure automation runbooks │ ├── Export-WUfBFeatureUpdateReports.ps1 │ ├── Software_Updates_Reporting_Summarizer.ps1 │ └── Software_Updates_Trend_Processor.ps1 ├── Power BI template │ └── Software Updates Compliance Report.pbit ├── Proactive remedations script │ └── Software Updates Inventory Script.ps1 └── SU_TableSchema.xlsx ├── WUfB Delivery Optimization Report └── WUfB Delivery Optimization.pbit ├── Windows 11 Readiness Report ├── Export-Windows11ReadinessData.ps1 └── Windows 11 Hardware Readiness.pbit └── [Reporting] SoftwareUpdates ├── Detection.ps1 ├── Export-MSGraphInventoryData-SoftwareUpdates.ps1 ├── Export-MSGraphInventoryData-SoftwareUpdates_LA.ps1 └── Get-WindowsUpdateInfoRunbook.ps1 /Custom Inventory with Proactive Remediations/-Inventory-Software Updates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Custom Inventory with Proactive Remediations/-Inventory-Software Updates.ps1 -------------------------------------------------------------------------------- /HP Driver Updates/HP Driver Updates (no log).pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/HP Driver Updates/HP Driver Updates (no log).pbit -------------------------------------------------------------------------------- /HP Driver Updates/HP Driver Updates.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/HP Driver Updates/HP Driver Updates.pbit -------------------------------------------------------------------------------- /HP Driver Updates/HP_Driver_Updates_Example_Log.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/HP Driver Updates/HP_Driver_Updates_Example_Log.log -------------------------------------------------------------------------------- /HP Driver Updates/Intune.Win32App.DetectionScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/HP Driver Updates/Intune.Win32App.DetectionScript.ps1 -------------------------------------------------------------------------------- /HP Driver Updates/Invoke-HPDriverAnalysis.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/HP Driver Updates/Invoke-HPDriverAnalysis.ps1 -------------------------------------------------------------------------------- /HP Driver Updates/Invoke-HPDriverUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/HP Driver Updates/Invoke-HPDriverUpdate.ps1 -------------------------------------------------------------------------------- /Intune reporting/Export-MSGraphToAzStorageAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Intune reporting/Export-MSGraphToAzStorageAccount.ps1 -------------------------------------------------------------------------------- /Intune reporting/Export-MSGraphToAzureMonitorLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Intune reporting/Export-MSGraphToAzureMonitorLogs.ps1 -------------------------------------------------------------------------------- /Microsoft Update Health Tools/Detection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Microsoft Update Health Tools/Detection.ps1 -------------------------------------------------------------------------------- /Microsoft Update Health Tools/Remediation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Microsoft Update Health Tools/Remediation.ps1 -------------------------------------------------------------------------------- /New-ProactiveRemediationsIssuesReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/New-ProactiveRemediationsIssuesReport.ps1 -------------------------------------------------------------------------------- /Patch My PC Power BI Report/Export-MSGraphPatchMyPCUpdateData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Patch My PC Power BI Report/Export-MSGraphPatchMyPCUpdateData.ps1 -------------------------------------------------------------------------------- /Patch My PC Power BI Report/Patch My PC.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Patch My PC Power BI Report/Patch My PC.pbit -------------------------------------------------------------------------------- /Proactive remediations/CVE-2022-29470/Detection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/CVE-2022-29470/Detection.ps1 -------------------------------------------------------------------------------- /Proactive remediations/CVE-2022-29470/Remediation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/CVE-2022-29470/Remediation.ps1 -------------------------------------------------------------------------------- /Proactive remediations/Enforce custom power plan/Detection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/Enforce custom power plan/Detection.ps1 -------------------------------------------------------------------------------- /Proactive remediations/Enforce custom power plan/Remediation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/Enforce custom power plan/Remediation.ps1 -------------------------------------------------------------------------------- /Proactive remediations/Enhanced Software Update Reporting/Software Updates Inventory Script.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/Enhanced Software Update Reporting/Software Updates Inventory Script.ps1 -------------------------------------------------------------------------------- /Proactive remediations/HP Disable Native OS firmware update service/Detection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/HP Disable Native OS firmware update service/Detection.ps1 -------------------------------------------------------------------------------- /Proactive remediations/HP Disable Native OS firmware update service/Remediation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/HP Disable Native OS firmware update service/Remediation.ps1 -------------------------------------------------------------------------------- /Proactive remediations/KB5025885 - CVE-2023-24932/Detection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/KB5025885 - CVE-2023-24932/Detection.ps1 -------------------------------------------------------------------------------- /Proactive remediations/KB5025885 - CVE-2023-24932/Remediation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Proactive remediations/KB5025885 - CVE-2023-24932/Remediation.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/README.md -------------------------------------------------------------------------------- /Software Updates Reporting Solution/Azure automation runbooks/Export-WUfBFeatureUpdateReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Software Updates Reporting Solution/Azure automation runbooks/Export-WUfBFeatureUpdateReports.ps1 -------------------------------------------------------------------------------- /Software Updates Reporting Solution/Azure automation runbooks/Software_Updates_Reporting_Summarizer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Software Updates Reporting Solution/Azure automation runbooks/Software_Updates_Reporting_Summarizer.ps1 -------------------------------------------------------------------------------- /Software Updates Reporting Solution/Azure automation runbooks/Software_Updates_Trend_Processor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Software Updates Reporting Solution/Azure automation runbooks/Software_Updates_Trend_Processor.ps1 -------------------------------------------------------------------------------- /Software Updates Reporting Solution/Power BI template/Software Updates Compliance Report.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Software Updates Reporting Solution/Power BI template/Software Updates Compliance Report.pbit -------------------------------------------------------------------------------- /Software Updates Reporting Solution/Proactive remedations script/Software Updates Inventory Script.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Software Updates Reporting Solution/Proactive remedations script/Software Updates Inventory Script.ps1 -------------------------------------------------------------------------------- /Software Updates Reporting Solution/SU_TableSchema.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Software Updates Reporting Solution/SU_TableSchema.xlsx -------------------------------------------------------------------------------- /WUfB Delivery Optimization Report/WUfB Delivery Optimization.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/WUfB Delivery Optimization Report/WUfB Delivery Optimization.pbit -------------------------------------------------------------------------------- /Windows 11 Readiness Report/Export-Windows11ReadinessData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Windows 11 Readiness Report/Export-Windows11ReadinessData.ps1 -------------------------------------------------------------------------------- /Windows 11 Readiness Report/Windows 11 Hardware Readiness.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/Windows 11 Readiness Report/Windows 11 Hardware Readiness.pbit -------------------------------------------------------------------------------- /[Reporting] SoftwareUpdates/Detection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/[Reporting] SoftwareUpdates/Detection.ps1 -------------------------------------------------------------------------------- /[Reporting] SoftwareUpdates/Export-MSGraphInventoryData-SoftwareUpdates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/[Reporting] SoftwareUpdates/Export-MSGraphInventoryData-SoftwareUpdates.ps1 -------------------------------------------------------------------------------- /[Reporting] SoftwareUpdates/Export-MSGraphInventoryData-SoftwareUpdates_LA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/[Reporting] SoftwareUpdates/Export-MSGraphInventoryData-SoftwareUpdates_LA.ps1 -------------------------------------------------------------------------------- /[Reporting] SoftwareUpdates/Get-WindowsUpdateInfoRunbook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SMSAgentSoftware/MEM/HEAD/[Reporting] SoftwareUpdates/Get-WindowsUpdateInfoRunbook.ps1 --------------------------------------------------------------------------------