logs

  • Intune – Important Registry and other paths

    Reading Time: < 1 minuteIn this post (which I will try to update continually), the most important registry and folder location related to Intune and Intune actions will be mentioned. This way everyone can easily refer to this post to find relevant information about the above. Registry Paths Win32 Apps HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\Win32Apps Remediation Scripts HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\SideCarPolicies\Scripts\Execution Enrollment Info HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments Powershell Scripts…

  • Logs Collection: The hack

    Reading Time: 3 minutesIn this post, an easy way to collect logs from individual endpoints will be described. Many of us have deployed several applications and scripts through Intune, where a logging mechanism is in place. The problem is that by default we are unable to gather these logs and read them. Of course we can reach out…

  • Let’s Log it with PowerShell

    Reading Time: 3 minutesIT Administrators use PowerShell to automate everyday tasks, create reports and deploy applications and settings to endpoints. Logging is a best practice for the majority of the scripts we deploy. It can be used to provide debug information to them, document the execution flow in a file or simply give information about anything. Although it…