Autor: David Lienhard
-
Run Win32 Apps from Intune in 64 Bit PowerShell
Beitrag lesen: Run Win32 Apps from Intune in 64 Bit PowerShellAs you may know (or have not realised so far) is that all your Win32 apps in Intune are being run in the 32 Bit environment. Usually this is not an issue as most executables elevate themselves into the 64 Bit environment if required. But there are some edge cases, where this is relevant, like…
-
Custom Device-Inventory with Intune
Beitrag lesen: Custom Device-Inventory with IntuneWhile Intune stores some information about the devices it manages, at some point you will need some additional data. And with some extra steps, it is possible to fetch a custom inventory from the devices. In this blog, we are going to fetch the Windows 11 readiness of all managed devices. This is done with…
-
Intune Adventures: The Curious Case of the Disappearing Network Drives
Beitrag lesen: Intune Adventures: The Curious Case of the Disappearing Network DrivesRecently, we experienced some issues with a Customer after removing a Network Drive from the Computers that had been mapped via Intune. And it was surely not the kind of issue we would have expected. But let’s begin from the start. We have been managing the Network Drives for that customer via Intune for quite…
-
Using device product key to activate Windows
Beitrag lesen: Using device product key to activate WindowsDuring a recent project, we encountered issues with Windows 11 not being activated on newly purchased and deployed devices. This was quite surprising, given that the devices were bought with a valid Windows 11 licence. After some digging, we notice that the licence key currently being used ended with –T83GX and after running that through…
-
Update Windows 11 Multisession for Azure Virtual Desktop to 24H2
Beitrag lesen: Update Windows 11 Multisession for Azure Virtual Desktop to 24H2Yesterday, I wanted to update a customer’s Azure Virtual Desktop (AVD) image to the latest Windows version and, while at it, update the software on the system as well. Given that Windows 11 24H2 has been out for a while and we’ve had some good experiences with it so far, I decided to upgrade the…
-
Query Data from the Application Insights Workspace with the REST-Api
Beitrag lesen: Query Data from the Application Insights Workspace with the REST-ApiWe recently encountered a situation where we needed an Azure Function to run regularly, ensuring it performed its tasks successfully. While we aimed to make the function as reliable as possible, we also wanted to incorporate it into our monitoring system. I figured it couldn’t be too difficult since we’re already using some scripts to…