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 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 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...
by Wesley Ellis | May 3, 2024 | IT Troubleshooting, SCCM, Scripts, System Monitoring, Windows Management
Overview This post provides a PowerShell script that creates an SCCM package to check the Windows Remote Management (WinRM) status related to Windows Update. This script ensures that WinRM is configured correctly to support Windows Update operations. Instructions Copy...
by Wesley Ellis | Apr 22, 2024 | IT Management, SCCM, Scripts, System Administration, Uninstallation
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 configuration. This script is useful for decommissioning Cherwell from systems as part of a migration or...