In Part 1 of this series we looked at how we can report on missing driver updates for HP workstations using Intune Proactive remediations, Azure Log Analytics and Power BI. In Part 2 we'll look at how we can deploy driver updates to devices and use the information available in the Power BI report to … Continue reading Managing HP Driver Updates with Microsoft Intune, Azure Log Analytics and Power BI – Part 2
Category: Intune
Managing HP Driver Updates with Microsoft Intune, Azure Log Analytics and Power BI – Part 1
In this two-part series I will cover a solution I recently created to manage HP driver updates on Windows workstations. In part 1, I'll show you a reporting solution giving you visibility of available HP driver updates across your managed estate and in part 2, I'll show a flexible solution for deploying driver updates, whether … Continue reading Managing HP Driver Updates with Microsoft Intune, Azure Log Analytics and Power BI – Part 1
Consolidated Feature Update Reporting for Microsoft Intune
If you're deploying feature updates using feature update profiles in Intune you're probably familiar with the Windows Feature Update Report available in the endpoint manager portal: As is often the case with these canned reports though, I find myself wanting to report things differently - in this case I wanted to see a consolidated view … Continue reading Consolidated Feature Update Reporting for Microsoft Intune
Granting delegated permissions to the Microsoft Intune PowerShell SDK for the Windows Update for Business Deployment Service
When working with Microsoft Graph in PowerShell I tend to use the REST API directly rather than cmdlets provided by Microsoft in their Graph modules - just personal preference I suppose. I found myself needing to query the Windows Update for Business deployment service using the Graph API, and this requires a specific permission - … Continue reading Granting delegated permissions to the Microsoft Intune PowerShell SDK for the Windows Update for Business Deployment Service
DIY Windows Provisioning – a Solution Example
Some time ago I created a custom solution to provision Windows workstations and in this blog I wanted to share how that solution works. This is not a community solution but simply an example of what can be possible with a little creativity and technical know-how! I work for an American company with a global … Continue reading DIY Windows Provisioning – a Solution Example
Get Group Membership for Intune Managed Devices with PowerShell
Just a quick one - Microsoft just added the Device group membership report to Endpoint Manager (service release 2206) which is pretty handy: We can also get group membership with PowerShell. The function below lets you pass either a device name or Azure AD Id and it will return the group and transitive group membership. … Continue reading Get Group Membership for Intune Managed Devices with PowerShell
Enhance Update Compliance Reporting with Azure Automation
In my last blog I provided an Intune Proactive remediations script that can be used to gather additional Windows Update information from your managed Windows devices and send the data to an Azure Log Analytics workspace to enhance your Windows Update reporting together with Microsoft's Update Compliance solution. In this blog, I will provide an … Continue reading Enhance Update Compliance Reporting with Azure Automation
Enhance Update Compliance Reporting with Microsoft Endpoint Manager
If you're using Windows Update for Business in Microsoft Endpoint Manager you're probably also using Microsoft's Update Compliance solution for reporting. Update Compliance contains some useful data and I know the team are working on additional improvements. A while back I created my own "Update Compliance" solution in part because I wasn't happy with the … Continue reading Enhance Update Compliance Reporting with Microsoft Endpoint Manager
Beware of Changing Regional Format after Intune Enrolment
Today I discovered an interesting bug with the Microsoft Intune Management Extension that hopefully you never have to come across. It surfaced on devices that were deployed with Windows Autopilot using a US-English base image, but because they were intended for use in the UK not the US, our deployment process installs the UK language … Continue reading Beware of Changing Regional Format after Intune Enrolment
Script Viewer for Microsoft Intune
It's been a while since a published a community UI tool - I used to have fun doing that back when I had time...😆 This one is something I created a while ago actually but as I needed to use it a few times I decided to finish it off and publish it. It's a … Continue reading Script Viewer for Microsoft Intune