The first two non-comment, non-blank lines in a PowerShell script should include: * `Set-PSDebug -Strict` (equivalent of POSIX sh `set -u`) * `$ErrorActionPreference = "Stop"` (equivalent of POSIX sh `set -e`)