Hi,
I have a question about Command Line and Powershell. In command line, there is a command like "job view 1234 /detailed", and I can get some information. Is there a corresponding command in powershell? I noticed Get-HpcJob -Id 1234, but it just
return a list of job whose id is 1234.
Thank you a lot!