Claudio Orlando

Claudio Orlando

New update! ServerEngine v3.1.7

Changelog: Important security changes for ISO 27001 complience In this update we mainly focused on making ServerEngine ISO 27001 complient by introducing the last missing security changes. All logs are now securely encrypted to prevent unauthorized access, tampering, or manipulation.…

New update! ServerEngine v3.1.6

Changelog: Script Forms with Parameters are here! This release introduces a new feature allowing the use of Script Forms with Parameters directly within the Testing Console, streamlining script testing and improving usability. Once you create a form, you can assign…

New update! ServerEngine v3.1.5

Changelog: One-Click WinRM SSL & Stronger Security This release brings time-saving tools and enhanced protection to your server management. The console now features Quick Commands for instant access to essential diagnostics. Simplify secure automation with One-Click WinRM SSL Setup, while…

New update! ServerEngine v3.1.4

Changelog: GitHub API Integration This update introduces a new RDP client based on FreeRDP, offering dynamic window resizing and full clipboard support for text and files, along with improved error handling for clearer feedback and easier troubleshooting. A bug affecting…

New update! ServerEngine v3.1.3

Changelog: GitHub API Integration The new GitHub API integration allows seamless access to private repositories, enabling users to securely pull scripts using a personal access token. You can also auto-pull scripts every 5 minutes to keep them up to date.…

New update! ServerEngine v3.1.2

Changelog: License Fixed an issue where ServerEngine would not initialize the default license on first launch.The previous trial license system has been replaced with a new free license.

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…