# 01-Setup-Lab.ps1 - Lab-specific setup (runs after Shopfloor baseline) # # PLACEHOLDER: add type-specific app installs when details are finalized. # This script will be called by Run-ShopfloorSetup.ps1 as part of the # type-specific phase, after all baseline scripts have completed. # # For share-based installs, copy the pattern from CMM/01-Setup-CMM.ps1 # (credential lookup + share mount + install from share). Write-Host "=== Lab Setup ===" Write-Host " (no type-specific apps configured yet)" Write-Host "=== Lab Setup Complete ==="