Product: PowerShell Universal
Version: 5.5.3
We recently upgraded one of our development servers from version 4.X.X to 5.5.3. Following the upgrade, the service fails to start and does not generate any logs only a generic “failed to start” message is displayed.
Notably, we successfully upgraded two other development servers without any issues. The only difference between the servers appears to be the Git branch specified in their respective appsettings.json
files, which are otherwise identical.
We attempted to increase the service timeout, but this had no effect. The Windows Event Log does not contain any relevant or helpful information, and since the PSU logs are not being updated, we’re unsure what else to investigate.
We also performed a full uninstall (including sc delete
), followed by a reboot and clean reinstall. Unfortunately, the issue persists.
Any suggestions?