Mi pregunta es con respecto a PShell, el comando que intentaba usar era. \ Nvramcheck.ps1, y la respuesta muestra algo sobre. \ Dmp2csv.ps1. El script estaba funcionando en un momento y ahora tiene este error. Alguien sabe por qué? o como arreglarlo?
The term 'C:\nvramcheck\dmp2csv.ps1' is not recognized as the name of 
a cmdlet, function, script file, or operable program. Check the spelling 
of the name, or if a path was included, verify that the path is correct 
and try again.
At C:\nvramcheck\nvramcheck.ps1:169 char:21
+         $spiDUMP_array = & <<<<  "$script_path\dmp2csv.ps1" $spiDUMP
    + CategoryInfo          : ObjectNotFound: (C:\nvramcheck\dmp2csv.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
