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 | 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 | Nov 25, 2023 | Device Management, Intune, IT Automation, PowerShell, Scripts
Description: Automating the enrollment of devices into Microsoft Intune can save time, especially when managing large environments. This post provides a PowerShell script example to enroll a device into Intune. PowerShell Script: if (-not (Get-Module -ListAvailable...
by Wesley Ellis | Nov 1, 2023 | IT Tools, PowerShell, Scripting Tips, Scripts, System Management
In today’s exploration of PowerShell’s capabilities, we dive into a simple yet powerful script: determining the console window’s width. This handy piece of code is not just about understanding the dimensions of your console; it’s about...
by Wesley Ellis | Oct 17, 2023 | Device Management, IT Tools, PowerShell, Scripts, Windows AutoPilot
Description: The Get-WindowsAutoPilotInfo.ps1 script is used to gather necessary hardware information from Windows devices for use in Windows Autopilot. This guide explains the script’s purpose and the steps required after running it. Steps: Run the Script: Execute...
by Wesley Ellis | Sep 18, 2023 | Data Preservation, Digital Legacies, IT Management, PowerShell, Scripts
Simplifying Data Preservation In an era where data is as precious as any historical artifact, the ability to efficiently archive digital information becomes paramount. This PowerShell script, Archive Folder.ps1, serves as a digital time capsule, allowing users to...