Komut satırından aşağıdaki komutu çalıştırarak Windows'un en son ne zaman Restart olduğunu bulabilirsiniz:
wmic os get lastbootuptime
Power Shell ile:
Get-WmiObject -ComputerName "SunucuAdi" win32_operatingsystem | select csname, @{LABEL='LastBootUpTime' ;EXPRESSION={$_.ConverttoDateTime($_.lastbootuptime)}}
Not: Komut Windows 7 ve 8.1 sürümlerinde test edildi.
Hiç yorum yok:
Yorum Gönder