In user-defined metric in Windows environment STDOUT is not showing up in OEM-GC
When I run the script in a cmd.exe window on the client, the output is written out within the window, just as one would expect any STDOUT output to be. The display is the command, followed by the output on a separate line. I can run it in any of three ways:
- powershell "<command text here>"
- powershell script.ps1
- script.ps1
The file "script.ps1" has the one-line PowerShell command in it. All three variants produce the same output (though of course the command that is shown is different).