by Wesley Ellis | Aug 1, 2024 | Automation, Group Policy, IT Administration, SCCM, Scripts
Overview This guide will walk you through automating the process of forcing a Group Policy update on a target system using PowerShell and SCCM. Group Policy is a crucial component of Windows environments, allowing IT administrators to manage and configure operating...
by Wesley Ellis | Jun 28, 2024 | Azure, Device Management, Endpoint Management, IT Administration, Scripts
Overview Microsoft Intune is a cloud-based service that enables organizations to manage devices and applications across various platforms including Windows, macOS, iOS, and Android. This guide discusses the capabilities of Intune for patching, updates, remote wipe,...
by Wesley Ellis | Jun 15, 2024 | Account Management, IT Management, SCCM, Scripts, System Administration
Overview This script automates the process of setting up an administrator account with secure settings in SCCM. It includes steps to create, manage, and distribute a package using the SCCM PowerShell module. Instructions Set Up Variables: Define the necessary...
by Wesley Ellis | May 13, 2024 | Azure, Device Management, Endpoint Management, IT Security, Scripts
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 management. It is essential to ensure that the device is properly transitioned to maintain security and...
by Wesley Ellis | May 12, 2024 | IT Administration, Logging, SCCM, Scripts, System Management
Overview This post provides a PowerShell script designed to create an SCCM package that enables verbose logging for Windows Update. Enhanced logging is crucial for diagnosing and troubleshooting issues related to Windows updates, and deploying this configuration...
by Wesley Ellis | May 9, 2024 | BIOS Management, IT Security, SCCM, Scripts, System Configuration
Overview This post provides a PowerShell script that creates an SCCM package to employ a bypass method for overriding the BIOS administrator password, allowing for critical maintenance tasks to be performed without password prompts. Instructions Copy the provided...