LAB13_How to Quickly Check Windows Server Uptime

Опубликовано: 24 Апрель 2026
на канале: Tech Tutorials in Telugu
562
5

1.Open the command prompt:

Copy and paste the command below:

systeminfo | find “System Boot Time”

2.Open PowerShell and use the command below.

(get-date) – (gcim Win32_OperatingSystem).LastBootUpTime

3.Another Powershell command that can be used to get the server uptime is the get-uptime cmdlet

4.Check Windows Uptime using Task Manager

5.Check Windows Uptime with Net Statistics

6.Using network adopter properties