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

    The Restart-Computer cmdlet restarts the operating system on the local and remote computers. You can use the parameters of Restart-Computer to run the restart operations, to specify the …

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

  3. PowerShell Restart Computer: A Simple Guide

    The `Restart-Computer` cmdlet in PowerShell is an invaluable tool for system administrators and users alike. It provides the ability to quickly and efficiently restart computers, whether locally or …

  4. Restart Windows using Cmd and PowerShell - ShellGeek

    Feb 2, 2022 · Restart Windows with Restart-Computer PowerShell Command. Restart-Computer PowerShell command is used to restart local or remote computers. To reboot the local …

  5. How to Restart the Computer Using PowerShell? - SharePoint …

    Nov 16, 2020 · To restart a computer using PowerShell, use the Restart-Computer cmdlet. Simply open PowerShell with administrative privileges and run: Restart-Computer -ComputerName …

  6. PowerShell Techniques to Restart Computers Remotely - ATA …

    Oct 15, 2020 · Using PowerShell to Restart Computers with Restart-Computer. The first PowerShell specific method, and most common, is the PowerShell Restart-Computer cmdlet. …

  7. Restart-Computer - PowerShell Command - PDQ

    You can use the parameters of Restart-Computer to run the restart operations as a background job, to specify the authentication levels and alternate credentials, to limit the operations that …

  8. How To Restart Windows From the Command Prompt or PowerShell

    May 8, 2025 · In an ideal world, you'd lead a long and happy life only ever shutting down and restarting your PC via the Start menu. Click the power icon, choose your option, and you're …

  9. Reboot with the Restart-Computer PowerShell cmdlet4sysops

    Aug 25, 2017 · Rebooting a computer isn't as simple then. You may be familiar with the Restart-Computer cmdlet in PowerShell. Restart-Computer is a common command a lot of IT …

  10. PowerShell - Restart Computer [2 Ways] - Java2Blog

    Jan 5, 2023 · Use the Restart-Computer cmdlet to restart the local/remote computer. The syntax of this command is given below. The Restart-Computer command has some parameters that …

  11. Some results have been removed