Forum Discussion

WWolfe-001's avatar
WWolfe-001
Copper Contributor
Apr 07, 2020
Solved

Running PSShutdown

When I try to run PSShutdown I get the following:  What am I doing wrong?  This is two line batch file.
  • alex47's avatar
    Apr 11, 2020

    WWolfe-001

    You probably don't have the exe file in the same directory as the batch file.

    Try using absolute path (e. g. C:\PSTools\psshutdown.exe or \\someserver\PSTools\psshutdown.exe) when you call it.

     

Resources