AUTOMATESQL
Host System Compatibility Verification

Audit Your Host System Before You Enroll.

Download our 100% read-only diagnostic script to inspect locally, and run it in PowerShell to verify your hardware, BIOS virtualization, and disk space.

100% Read-Only

This script queries system properties via standard WMI/CIM cmdlets (Get-CimInstance). It makes no changes, installs no agents, and sends zero telemetry.

How to Run the Check

01

Download the Script

Download Test-LabPrerequisites.ps1 and save it to a folder on your computer.

02

Review the Code Locally

Open the downloaded file in your code editor or Notepad to review every command before running.

03

Run in PowerShell

Open PowerShell as an admin, cd to where you saved the script, and run:

.\Test-LabPrerequisites.ps1

Using a drive other than C: for your lab? Specify the target drive:

.\Test-LabPrerequisites.ps1 -TargetDrive D

Expected Output & Scorecard

Here is what the live terminal output looks like on a compatible system:

>_Windows PowerShell
PS C:\labs\automatesql-sandbox>
Running Health Checks (0 / 18)...

The Script Runs 7 Checks

01. Privileges Check

Administrator Rights

You can run this check as a regular user. Setting up the full lab environment later will need administrator rights.

02. OS & Architecture

64-bit Windows 11 (x64)

Requires 64-bit Windows 11 on an Intel or AMD processor. ARM chips (Snapdragon, Apple Silicon) are not supported.

03. Hardware Virtualization

BIOS Virtualization

Checks if CPU virtualization is turned on. If it is off, enable Intel VT-x or AMD-V in your system BIOS/UEFI firmware settings.

04. CPU Processor Cores

Processor Cores

You need at least 4 CPU cores. 8 or more cores are best to run all 5 virtual machines smoothly at the same time.

05. Hyper-V State

Standalone Mode

Checks if Hyper-V or WSL is active on your host. VMware Workstation can run alongside Hyper-V via Windows Hypervisor Platform (WHP), while standalone mode provides optimal native virtualization performance.

06. Physical RAM Memory

System Memory

16 GB of memory is the minimum to run 2 to 3 servers. 32 GB is best to run all 5 servers at once.

07. Drive Space

Free Drive Space

You need 100 GB of free SSD space (150 GB or more is best) to store your virtual machines and database files.

System Ready?

Once your system passes the diagnostic check, you can enroll with complete confidence. Get instant access to the full codebase, course, and Dave AI (lab assistant).