The primary tool you use to log off, shut down, and reboot a Server Core system is the shutdown command. The following table shows some common usage.
C:\>shutdown /l
C:\>shutdown /s
C:\>shutdown /r
/hC:\>shutdown /h
C:\>shutdown /a
/t number-secondsC:\>shutdown /r /t 60
C:\>shutdown /i
Tip
Note