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 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 | Jan 19, 2024 | IT Management, SCCM, Scripts, System Configuration, Windows Update
Overview This post provides a PowerShell script that creates an SCCM package to integrate a new service manager for managing and streamlining Windows Update services. This package helps streamline the management of Windows Update services across multiple systems,...
by Wesley Ellis | Jan 13, 2024 | DNS, IT Management, Network Configuration, PowerShell, Scripts
Introduction: This post provides a PowerShell script that automates the configuration of DNS settings for domain controllers, including setting IP addresses, DNS server search orders, and configuring DNS forwarders and root hints. Description: The script iterates...
by Wesley Ellis | Dec 4, 2023 | Active Directory, Azure, Intune, IT Management, Mobile Device Management
Active Directory (AD) management is an essential aspect of system administration, ensuring the security and efficiency of network operations. Today, I’m sharing a PowerShell script that simplifies the task of retrieving crucial information about service accounts...
by Wesley Ellis | Sep 27, 2023 | Configuration Profiles, Intune, IT Management, Mobile Device Management, 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 been provisioned. Configuration profiles allow you to enforce various settings, including security...