In Windows, out of the following commands, which command line command will show you the last reboot time of your machine?
- net statistics workstation
- netstat -a
- get-uptime
- uptime
EXPLANATION
The net statistics command displays the statistics log for the local Workstation or Server service, or the running services for which statistics are available. Used without parameters, net statistics lists the running services for which statistics are available.The available parameters are:
workstation : Displays statistics for the local Workstation service.
server : Displays statistics for the local Server service.
net help command : Displays help for the specified net command.
https://technet.microsoft.com/en-us/library/bb490714.aspx
0 comments:
Post a Comment