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...
by Wesley Ellis | Aug 14, 2023 | Active Directory, Device Management, IT Automation, PowerShell, Scripts
Overview This PowerShell script automates the deletion of computer objects from Active Directory based on a list of device names. It reads the device names from a specified text file and attempts to delete each corresponding computer object from AD, while logging the...
by Wesley Ellis | Jun 4, 2023 | Archive Conversion, Data Management, File Management, IT Tools, Scripts
In the realm of digital housekeeping, managing file archives is a common yet crucial task. Today, we explore a PowerShell script designed to seamlessly convert .7z archives to .zip format. This conversion not only standardizes archive formats but also enhances...