Intune Hardware Hash Import During Task Sequence

collect and upload hardware hash to intune using a task sequence

Many organizations could import the hardware hash of their existing endpoints using SCCM or other automated means because the endpoints were already running Windows. However, in some cases, this wasn’t possible because the devices were not running Windows at the time, which was the case for my organization. We wanted to use Autopilot when converting … Read more

How to Deploy a Scheduled Task in Intune

How to Deploy a Scheduled Task in Intune

There comes a time in every Window’s engineers life when they need to deploy a scheduled task to hundreds or even thousands of endpoints. Unfortunately, if your company has moved to Intune for endpoint management, this deployment isn’t as obvious and straightforward as it could be. Luckily, it isn’t terribly hard to do and it … Read more

Deploy PowerShell Scripts in Intune – 3 Easy Methods

powershell scripts in intune

So you need to deploy PowerShell scripts in Intune, also known as Microsoft Endpoint Manager, or MEM? We’ve got you covered with 3 different ways to get your PowerShell scripts to Intune endpoint machines. We will cover deploying a single PowerShell script to run one time, deploying proactive remediations, and deploying a PowerShell script packaged … Read more

Install VSCode on Manjaro Linux

install vscode on manjaro

Many developers today choose Microsoft Visual Studio Code as their preferred text editor and IDE. VSCode is a multi-platform tool that is powerful in terms of editing and extended editing capabilities. On top of the already feature rich client, there are many official and community based extensions that expand it’s capabilities. This guide will explain … Read more

Install NodeJS on Manjaro Linux – 2023 Update

If you plan on getting into Javascript development and you use Manjaro, you will likely run across the need to install NodeJS on Manjaro Linux. It’s quite simple to do on Manjaro, especially when using NVM – Node Version Manager. NVM allows you to easily install, update and switch between different releases of NodeJS, such … Read more