Hello!
After upgrading the RDM from version 2024.3.2.5 to the version 2025.1.0.12, sessions based on the PowerShell were broken.
Just blinking the console window and closes.
Using the screenshot, it was possible to "catch" the text of the console window.
The argument '--InputFormatDefault' is not recognized as the name of a script file. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Usage: pwsh[.exe] [-Login] [[-File] <filePath> [args]]
[-Command { - | <script-block> [-args <arg-array>]
| <string> [<CommandParameters>] } ]
[-CommandWithArgs <string> [<CommandParameters>]
[-ConfigurationName <string>] [-ConfigurationFile <filePath>]
[-CustomPipeName <string>] [-EncodedCommand <Base64EncodedCommand>]
[-ExecutionPolicy <ExecutionPolicy>] [-InputFormat {Text | XML}]
[-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile]
[-NoProfileLoadTime] [-OutputFormat {Text | XML}]
[-SettingsFile <filePath>] [-SSHServerMode] [-STA]
[-Version] [-WindowStyle <style>]
[-WorkingDirectory <directoryPath>]
pwsh[.exe] -h | -Help | -? | /?
PowerShell Online Help https://aka.ms/powershell-docs
All parameters are case-insensitive.
Environment information:
lsb_release -a No LSB modules are available. Distributor ID: Neon Description: KDE neon 6.3 Release: 24.04 Codename: noble
pwsh --version PowerShell 7.5.0
Downgrade the version to 2024.3.2.5 fixed the problem.
Recommended Answer
Hello !
Version 2025.1.0.15 has been released, and it includes a fix for the problem with PowerShell sessions you've described.
Regards,
Simon Duguay Létourneau
Hello,
Thank you for bringing this issue to our attention.
We've identified the cause and implemented a fix.
Best regards,
Simon Duguay Létourneau
Hello !
Version 2025.1.0.15 has been released, and it includes a fix for the problem with PowerShell sessions you've described.
Regards,
Simon Duguay Létourneau
Hello! I confirm the fix. Now everything works. Thank you very much!