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

    You can use the parameters of Restart-Computer to run the restart operations, to specify the authentication levels and alternate credentials, to limit the operations that run at the same time, and …

  2. 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 …

  3. How to Restart or Shutdown a Remote Computer

    Jul 20, 2025 · In this tutorial, I’ll show you two easy methods for rebooting and shutting down remote computers. The first method uses a built in Windows command and the second method uses …

  4. 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 …

  5. Reboot Remote Computer PowerShell: A Quick Guide

    To reboot a remote computer using PowerShell, you can utilize the `Restart-Computer` cmdlet, specifying the remote machine's name and any necessary credentials.

  6. How to Reboot or Shutdown a Remote Computer | NetworkProGuide

    May 31, 2024 · If you prefer to use PowerShell for most of your Windows admin tasks you’ll be glad to know you can restart and shutdown remote computers using PowerShell as well. The only gotcha is …

  7. 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 systems.

  8. How to Shut Down or Reboot a Remote Computer - DNSstuff

    Jun 17, 2025 · In this post, you’ll learn three popular methods for rebooting or shutting down remote computers. We’ll also cover some additional considerations, including potential issues and how to …

  9. How to Restart a Remote Computer Using Windows - NinjaOne

    Sep 25, 2025 · Learn how to restart a remote computer using Windows with our step-by-step tutorial and best practice guide.

  10. PowerShell Techniques to Restart Computers Remotely

    Oct 15, 2020 · Discover all the ways to use PowerShell to reboot remote computers in this example-driven tutorial.