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 | 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 | Apr 2, 2024 | IT Administration, Protocol Management, SCCM, Scripts, Security
Description This PowerShell script is designed to create an SCCM package that disables the SMBv1 protocol across your systems. Disabling SMBv1 is a critical security measure, as this legacy protocol is known to be vulnerable to various exploits. By using SCCM, you can...
by Wesley Ellis | Mar 20, 2024 | Data Integrity, File Verification, IT Security, Scripting Tools, Scripts
In the world of IT and data management, verifying the integrity and identity of files is crucial. Whether you’re managing backups, ensuring data hasn’t been tampered with, or simply want to check if two files are identical, PowerShell offers a...