iPerfAutomate icon indicating copy to clipboard operation
iPerfAutomate copied to clipboard

CTL_E_FILENOTFOUND

Open adymer opened this issue 6 years ago • 4 comments

Hi . Maybe I am doing something wsrong but when : Start-IPerfMonitorTest -FromServerName PC... -ToServerName PC ... I get always this : Start-IPerfMonitorTest : Exception from HRESULT: 0x800A0035 (CTL_E_FILENOTFOUND) At line:1 char:1

  • Start-IPerfMonitorTest -FromServerName PC... -ToServerName PC...
  •   + CategoryInfo          : OperationStopped: (:) [Start-IPerfMonitorTest], FileNotFoundException
      + FullyQualifiedErrorId : System.IO.FileNotFoundException
    

adymer avatar Apr 26 '18 12:04 adymer

I get this as well.

Codingviking avatar Aug 02 '18 23:08 Codingviking

You'll need to download iperf, extract the zip and put it into the C:\Program Files\WindowsPowerShell\Modules\iPerfAutomate folder.

https://iperf.fr/download/windows/iperf-3.1.3-win64.zip

adbertram avatar Aug 03 '18 12:08 adbertram

Thanks for the info and the quick response! This folder was already present - "C:\Program Files\WindowsPowerShell\Modules\iPerfAutomate\1.0.3" and it has the iperf3.exe and cygwin1.dll files already in it. I just tried copying the downloaded iperf files into C:\Program Files\WindowsPowerShell\Modules\iPerfAutomate with no success. Any other guesses? Is there something with the policy be remotesigned? Any settings I can do to get more info on the problem. Thanks again!

Codingviking avatar Aug 03 '18 16:08 Codingviking

This should be fixed now. Give it another shot.

adbertram avatar Aug 09 '18 14:08 adbertram