Many PowerShell scripts starts the same way - a series of Import-Module statements to load dependencies. This pattern is so common that most developers never question it. But this approach has a problem that shows up when scripts fail halfway through execution in production environments.