0) pstools 다운로드


PSTools.7z



1)

먼저 shutdown 시키려는 컴터에서 포트 열고 정책 변경 작업을 해놔야 한다.


reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
netsh advfirewall firewall add rule name="TCP-445" dir=in action=allow protocol=tcp localport=445



2)

-u / -p 부분은 맞는 것으로 변경.

-t 1 : 1초후에 shutdown 하라는 것

-s : 셧다운

-r : 리부팅

-f : 강제


c:\pstools\psshutdown -s -f -t 1 -u remote -p 0000 \\192.168.0.251
c:\pstools\psshutdown -s -f -t 1 -u remote -p 0000 \\192.168.0.252
c:\pstools\psshutdown -s -f -t 1 -u remote -p 0000 \\192.168.0.253
c:\pstools\psshutdown -s -f -t 1 -u remote -p 0000 \\192.168.0.250


,