# PowerShell script for Windows container post setup # @Version: 202601231310-git # @Author: CasjaysDev # @Contact: CasjaysDev # @License: MIT # @Copyright: Copyright 2026 CasjaysDev # @File: 06-post.ps1 # @Description: Script for post-installation tasks $ErrorActionPreference = 'Stop' $exitCode = 0 # Post-installation tasks here exit $exitCode