Claudio Orlando

Claudio Orlando

New update! ServerEngine v3.1.1

Changelog: Server Groups & bug fixes Server Groups can now be used to group your host to run the same job on multiple hosts. Use the Job Planner to plan jobs for a single host or for a group! You…

New update! ServerEngine v3.0.0

Changelog: Automation & Licensing This update is a complete rebuild, transitioning from Qt5 to Qt6 to resolve performance issues. The automation system has been re-implemented for efficiency, maintaining intelligent WinRM session management. The number of concurrent automation agents depends on…

Efficient File Management with PowerShell

This PowerShell script will help you manage files in a directory by organizing them into subfolders based on their file extensions. Follow the steps below to implement it effectively. Step 1: Define the target directory In this step, we will…

Network Share Usage Report Script

This PowerShell script generates a report of network share usage by enumerating shared folders and their sizes on a specified server. The script is beneficial for system administrators to monitor shared resources and manage storage effectively. Step 1: Define Server…

Disk Space Cleanup and Report Script

This PowerShell script helps maintain system performance by identifying large files and folders on specified drives. It not only lists these files but also offers an option to delete them, making it an effective tool for disk space management. Step…

Automated System Information Gatherer Script

This PowerShell script automates the process of gathering system information, including OS details, hardware specifications, and running services. By providing a comprehensive overview, this script is invaluable for system audits, troubleshooting, and inventory management. Step 1: Gather Operating System Information…

Network Connection Status Checker Script

This PowerShell script checks the status of network connections on your machine. By providing detailed information about active network interfaces, this script can help system administrators in monitoring network health, troubleshooting connectivity issues, and managing network resources more efficiently. Step…

User Account Status Reporting Script

This PowerShell script generates a report on user account status within Active Directory. It helps system administrators quickly identify locked accounts, accounts that have expired, and users who have been inactive for a specified period. This aids in maintaining security…