
Creating and Applying Configuration Profiles in Intune for Provisioned Devices
Introduction: This post provides a step-by-step guide on how to create and apply configuration profiles in Intune to manage settings on devices that have already...

Creating an SCCM Package to Configure High-Performance Power Plan
Overview This post provides a PowerShell script that creates an SCCM package to configure systems to use the High-Performance power plan. This configuration is particularly...

SCCM Package for Cherwell Uninstaller
Overview This post provides a PowerShell script that creates an SCCM package to remove the Cherwell Service Management software, ensuring a clean slate for system...

How to Move a Device from Microsoft Defender for Endpoint (MDE) to Intune
Description:This guide walks you through the steps to offboard a device from Microsoft Defender for Endpoint (MDE) and enroll it into Microsoft Intune for device...

PowerShell Script to Delete Devices from Active Directory and Save Logs
Overview This PowerShell script automates the deletion of computer objects from Active Directory based on a list of device names. It reads the device names...

Understanding the Purpose of Get-WindowsAutoPilotInfo.ps1
Description:The Get-WindowsAutoPilotInfo.ps1 script is used to gather necessary hardware information from Windows devices for use in Windows Autopilot. This guide explains the script’s purpose and...