PSCI
PSCI copied to clipboard
[bug] Problem with reboot workstation with other localization
File Start-DscConfigurationWithRetries.ps1 contains a string:
"[string[]]$rebootServerCoincidences = Select-String -Pattern 'reboot is required' -Path $dscResPathTmp"
In a system with a different localization, the output is in a different language. The pattern does not work. I have to add a 'reboot is required|требуется перезагрузка' to solve