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 | Feb 16, 2024 | Archive Conversion, Data Compression, File Management, IT Tools, Scripting
Streamlining Storage with PowerShell In the digital age, efficient storage solutions are paramount. This PowerShell script offers a seamless way to convert ZIP files to the more efficient 7z format, optimizing storage space and maintaining file integrity. Ideal for...
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 | Jul 3, 2023 | Data Management, Device Management, IT Tools, KACE, Reporting
Overview This content provides a step-by-step guide to generating location-based device reports in KACE. The goal is to count devices for each location that have been created within the last week, helping ensure accurate and up-to-date tracking of assets. Instructions...
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...