# Test.ps1 # Output a test message Write-Output "This is a test script." # Pause to keep the window open Read-Host -Prompt "Press Enter to exit"