You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a .net console app with "Serilog.Sinks.Console" enabled, which can output colorful log to the console. However, when I use PsExec excute this console app in remote device, the re-directed output message is just plain-text without color.
Is there a config option which can display console color for PsExec?
env:
PsExec v2.43
.net 8.0
windows 10
PowerShell 7.4.2
Windows Terminal 1.20.11271.0
The text was updated successfully, but these errors were encountered:
Even if I'm not from SysInternals dev team I can confirm you that so far no color support was ever added (very likely also because all or nearly all commands have no such support and to my memory I've only seen text color support in PowerShell errors (red) or while executing some commands (yellow)).
Anyway please see current options list in dedicated PsExec page.
Regards
P.S. Because of this I'm also a little unsure that SysInternals dev team might possibly want to add color support in future too, but (for you) I even hope I might just be wrong.
I have a .net console app with "Serilog.Sinks.Console" enabled, which can output colorful log to the console. However, when I use PsExec excute this console app in remote device, the re-directed output message is just plain-text without color.
Is there a config option which can display console color for PsExec?
env:
PsExec v2.43
.net 8.0
windows 10
PowerShell 7.4.2
Windows Terminal 1.20.11271.0
The text was updated successfully, but these errors were encountered: