Schlagwort: powershell
-
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…
-
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…
-
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…