[CmdletBinding()] param() Set-StrictMode -Version Latest $ErrorActionPreference = "Stop" & (Join-Path $PSScriptRoot "dev-down.ps1")