psshutdown Webserver neu starten
Hi, ich versuche krampfhaft mit psshutdown meinen webserver neu zu starten. Aber irgendwie kriege ich das nicht hin. Hat mal einer ein Besipielaufruf da ?
Schöne Grüße
Schöne Grüße
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 52032
Url: https://administrator.de/contentid/52032
Ausgedruckt am: 14.11.2024 um 09:11 Uhr
3 Kommentare
Neuester Kommentar
hallo
für Neustart
"%startpfad%psshutdown.exe" -r -f -v 0 -t 0
endlocal
Für Beenden
"%startpfad%psshutdown.exe" -k -f -v 0 -t 0
gruß
onegasee59
für Neustart
"%startpfad%psshutdown.exe" -r -f -v 0 -t 0
endlocal
Für Beenden
"%startpfad%psshutdown.exe" -k -f -v 0 -t 0
gruß
onegasee59
usage: psshutdown [[\\computer[,computer[,..] | @file [-u user [-p psswd]]] -s|-r|-h|-d|-k|-a|-l|-o [-f] [-c] [-t nn|h:m] [-n s] [-v nn] [-e [u|p]:xx:yy] [-m "message"]
the supported options.
computer
Perform the command on the remote computer or computers specified.
If you omit the computer name the command runs on the local system, and if you
specify a wildcard (\\*), the command runs on all computers in the current domain.
alternativ könntest Du auch das Tool "WinExit Pro" benutzen, es ist remotefähig!
http://toolsandmore.de/Central/Produkte/Software/System-Tools/Winexit-P ...
auch das lässt sich in einer Batch integrieren!
hth
onegasee59