powershelldba.de
REF: PSDB-SETUP-2026 SCOPE: SQL Server 2019 / 2022 / 2025 STATUS: GUI
Module

Every SQL Server install, built the same way, SQLSetupTool.

A compiled .NET/WinForms tool for standardized, reproducible SQL Server installs in enterprise environments, a guided wizard for interactive use, and configuration editors for the admins who maintain the standard. Built on dbatools. Download the binaries, no build step required.

Role concept

Configuration is strictly split by role.

SQLSetupTool separates who runs an install from who maintains the standard it's built on, so a server team can run installs all day without ever touching the configuration that makes them consistent.

Why not just install SQL Server by hand?

Reproducible and low-risk by design.

Reproducible

Every server is installed to the same standard (settings.ini / domain profile), no click-drift between installs done months apart by different people.

Low-risk

PreInstall checks and the resolved disk layout are shown before anything is installed, so the plan is visible before it runs.

Download & run

Compiled .NET/WinForms binaries, no build step. Download the ZIP from GitHub, unpack, and run.

Explore

Three sections, one tool.

Requirements

What it needs to run.

OSWindows Server 2016 / 2019 / 2022, or Windows 10/11
.NET Framework4.8 (included in Windows 10 2004+/Windows 11)
PowerShell5.1 (hosted by the tool, for dbatools/sqmSQLTool)
MediaSQL Server installation media (ISO or extracted)