# PowerShell script for Windows container system setup # @Version: 202601231310-git # @Author: CasjaysDev # @Contact: CasjaysDev # @License: MIT # @Copyright: Copyright 2026 CasjaysDev # @File: 01-system.ps1 # @Description: Script to run system setup $ErrorActionPreference = 'Stop' $exitCode = 0 # System configuration here exit $exitCode