About 74,500 results
Open links in new tab
  1. Get-Uptime (Microsoft.PowerShell.Utility) - PowerShell

    This cmdlet returns the time elapsed since the last boot of the operating system. The Get-Uptime cmdlet was introduced in PowerShell 6.0.

  2. How to Check System Uptime with PowerShell? - SharePoint Diary

    Sep 17, 2025 · Learn how to get system uptime using PowerShell. This guide covers methods to check uptime, including remote computers, with easy examples.

  3. Windows: Uptime Command - CMD & PowerShell - ShellHacks

    Oct 23, 2020 · How to check Windows uptime of a server from the command-line prompt (CMD) and Windows PowerShell.

  4. Get the Computer Uptime (Last Boot Time) on Windows

    Jan 13, 2025 · To calculate the uptime value as the difference between the current time and the Windows boot time, use the following PowerShell commands: (Get-Date) - …

  5. Quick Guide to PowerShell Get Uptime Command

    Discover how to master the powershell get uptime command effortlessly. This quick guide reveals techniques to check system uptime in a flash.

  6. Get System Uptime with PowerShell - Thomas Maurer

    Mar 11, 2021 · To get the system uptime on Windows, Linux, or macOS using PowerShell, you can use the Get-Uptime cmdlet. Here how that looks on Ubuntu: You can also use the “-Since” …

  7. How to get the System uptime with PowerShell? - Online …

    To get the Windows System uptime with PowerShell, we can use the CIM Instance method with class name Win32_OperatingSystem. Once you use the mentioned class there is a property …

  8. Getting Computer Uptime Using PowerShell - ITPro Today

    May 30, 2016 · The Get-Uptime.ps1 script fills in this gap and makes it easy to get computer uptime, no matter whether you want to get the current computer’s uptime or uptime for remote …

  9. Check Windows Host Uptime with PowerShell - Power Sysadmin …

    Apr 2, 2023 · In this article, we’re going to show you how to find out how much time your computer has been up since the last time Windows was started (uptime). The easiest way to …

  10. Get Uptime script - PowerShell - SS64.com

    Get the system uptime for one or more computers. For instructions of how to download and run this script see: Run a PowerShell script. …