Sunday 30 October 2016

how to find system restart time through command in windows operating system

how to find system restart time through command in windows operating system
you can use the following command in command prompt.
systeminfo | find "System Boot Time

Thursday 13 October 2016

how to find drives space on remote machines

you can use the following command in windows power shell, but you need admin rights otherwise you will get access denied error.


get-WmiObject win32_logicaldisk -Computername machinename01