About 453,000 results
Open links in new tab
  1. Restart-Computer (Microsoft.PowerShell.Management) - PowerShell

    Restart-Computer restarts the remote computer and then waits up to 5 minutes (300 seconds) for PowerShell to become available on the restarted computer before it continues. Restart-Computer …

  2. PowerShell Restart Server: A Quick How-To Guide

    To restart a server using PowerShell, you can utilize the `Restart-Computer` cmdlet, which allows for a quick and efficient reboot of the machine. Here’s how you can do it: This command will restart the …

  3. Reboot with PowerShell: Use Restart-Computer to restart locally ...

    Jun 20, 2025 · This guide will teach you how to use the PowerShell cmdlet Restart-Computer to reboot a local Windows PC, restart a remote computer, and automate the reboot process for multiple …

  4. How to Remotely Restart Windows computer using PowerShell

    Jan 18, 2025 · Usually, you can Remote Shut down or Restart Windows through the graphical user interface – PowerShell provides several methods for rebooting a computer remotely and we will …

  5. How to Restart a Computer Using PowerShell?

    Aug 26, 2024 · To restart a computer using PowerShell, you can use the Restart-Computer cmdlet. For a local restart, simply run Restart-Computer in an elevated PowerShell session. To restart a remote …

  6. PowerShell Techniques to Restart Computers Remotely

    Oct 15, 2020 · In this article, you’re going to learn all the ways to manage computer restarts with PowerShell. We’re going a lot deeper than just using the Restart-Computer cmdlet. Let’s go! This …

  7. How to Restart the Computer Using PowerShell? - SharePoint Diary

    Sep 17, 2025 · We will delve into the world of PowerShell and demonstrate how to restart the computer using PowerShell with just a few keystrokes. As a system admin, restarting a computer often solves …

  8. Restart-Computer - PowerShell - SS64.com

    Restart ("reboot") the Operating System on local and remote computers. Restart-Computer [[-ComputerName] string []] [[-Credential] PSCredential] [-AsJob] [-Authentication AuthenticationLevel] [ …

  9. PowerShell-Docs/reference/7.5/Microsoft.PowerShell.Management/Restart

    Restart-Computer restarts the remote computer and then waits up to 5 minutes (300 seconds) for PowerShell to become available on the restarted computer before it continues. Restart-Computer …

  10. Restart-Computer - PowerShell Command | PDQ

    Starting in Windows PowerShell 3.0, you can wait for the restart to complete before you run the next command, specify a waiting time-out and query interval, and wait for particular services to be …