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 | Apr 26, 2024 | Digital Management, IT Tools, PowerShell, Scripts, System Administration
Unveiling System Insights with PowerShell Dive into the efficiency of PowerShell to uncover critical service information across multiple devices. This script, designed for systematic scrutiny, scans registry entries to check for a specific service, compiles data into...
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...
by Wesley Ellis | Aug 22, 2023 | IT Security, Password Management, SCCM, Scripts, System Administration
Overview This post provides a PowerShell script that creates an SCCM package to reset the password for the administrator account. Regular password renewal is critical for maintaining security protocols and safeguarding against unauthorized access. Instructions Copy...