invoke-command

invoke-command -computername $computer -scriptblook { Start-Process -FilePath “c:\CrystalDiskInfo\DiskInfo.exe” -ArgumentList “/CopyExit” -Wait}

this does work for me

pleas help

Tnx
Itamar

I assume you mean it doesn’t work. Including the error message would help to determine where the problem lies. If this was copied and pasted I can tell you scriptblook is not a valid parameter.