Advertisement
Guest User

Auto Update Adobe Reader via Powershell Errors

a guest
Oct 24th, 2018
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. **********************
  2. Windows PowerShell transcript start
  3. Start time: 20181024143404
  4. Username: ADO\johnw
  5. RunAs User: ADO\johnw
  6. Machine: LTO0003 (Microsoft Windows NT 10.0.15063.0)
  7. Host Application: C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe
  8. Process ID: 8936
  9. PSVersion: 5.1.15063.1292
  10. PSEdition: Desktop
  11. PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.15063.1292
  12. BuildVersion: 10.0.15063.1292
  13. CLRVersion: 4.0.30319.42000
  14. WSManStackVersion: 3.0
  15. PSRemotingProtocolVersion: 2.3
  16. SerializationVersion: 1.1.0.1
  17. **********************
  18. Transcript started, output file is C:\WINDOWS\Temp\Adobe Reader DC PS Wrapper.log
  19. PS>TerminatingError(Test-Path): "Cannot bind argument to parameter 'Path' because it is an empty string."
  20. Test-Path : Cannot bind argument to parameter 'Path' because it is an empty string.
  21. At line:69 char:28
  22. + if ( -Not (Test-Path -Path $Version ) ) {
  23. + ~~~~~~~~
  24. + CategoryInfo : InvalidData: (:) [Test-Path], ParameterBindingValidationException
  25. + FullyQualifiedErrorId :
  26. ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.TestPathCommand
  27. Test-Path : Cannot bind argument to parameter 'Path' because it is an empty string.
  28. At line:69 char:28
  29. + if ( -Not (Test-Path -Path $Version ) ) {
  30. + ~~~~~~~~
  31. + CategoryInfo : InvalidData: (:) [Test-Path], ParameterBindingValidationException
  32. + FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.Pow
  33. erShell.Commands.TestPathCommand
  34.  
  35. VERBOSE: Downloading Adobe Reader DC
  36. PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (550) File unavailable (e.g., file not found, no access)."
  37. wget : The remote server returned an error: (550) File unavailable (e.g., file not found, no access).
  38. At line:79 char:5
  39. + wget -uri $EXEDownload -outfile .\$filename
  40. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41. + CategoryInfo : InvalidOperation: (System.Net.FtpWebRequest:FtpWebRequest) [Invoke-WebRequest],
  42. WebException
  43. + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
  44. wget : The remote server returned an error: (550) File unavailable (e.g., file not found, no
  45. access).
  46. At line:79 char:5
  47. + wget -uri $EXEDownload -outfile .\$filename
  48. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  49. + CategoryInfo : InvalidOperation: (System.Net.FtpWebRequest:FtpWebRequest) [Invoke-
  50. WebRequest], WebException
  51. + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeW
  52. ebRequestCommand
  53.  
  54. VERBOSE: Starting Installation of Adobe Reader DC
  55. PS>TerminatingError(Start-Process): "This command cannot be run due to the error: The system cannot find the file specified."
  56. Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
  57. At line:86 char:2
  58. + (Start-Process "$filename" $UnattendedArgs -Wait -Passthru).ExitCode
  59. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  60. + CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
  61. + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
  62. Start-Process : This command cannot be run due to the error: The system cannot find the file
  63. specified.
  64. At line:86 char:2
  65. + (Start-Process "$filename" $UnattendedArgs -Wait -Passthru).ExitCode
  66. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  67. + CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
  68. + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProces
  69. sCommand
  70.  
  71. VERBOSE: Customization
  72. The operation completed successfully.
  73.  
  74. The operation completed successfully.
  75.  
  76. [SC] ChangeServiceConfig SUCCESS
  77. VERBOSE: Stop logging
  78. VERBOSE: Elapsed Time: 3.3401437 Seconds
  79. VERBOSE: Elapsed Time: 0.0556690616666667 Minutes
  80. **********************
  81. Windows PowerShell transcript end
  82. End time: 20181024143408
  83. **********************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement