About 41,700 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. update and restart from powershell or command line

    Mar 11, 2024 · In this module, you'll learn how to use the Microsoft Graph PowerShell SDK to interact with the Windows Update for Business deployment service, so you can offer, schedule, and expedite …

  3. Restart-Service (Microsoft.PowerShell.Management) - PowerShell

    The Restart-Service cmdlet sends a stop message and then a start message to the Windows Service Controller for a specified service. If a service was already stopped, it is started without notifying you …

  4. shutdown | Microsoft Learn

    May 2, 2025 · Reference article for the shutdown command, which enables you to shut down or restart local or remote computers, one at a time.

  5. Powershell docker image, Restart-Computer cmd missing …

    Dec 2, 2024 · The script is also tested on a windows 11 machine with powershell and it works as expected. Output from the script running from powershell in docker, PowerShell 7.4.2.

  6. Running Remote Commands - PowerShell | Microsoft Learn

    Dec 9, 2025 · By using the WS-Management protocol, Windows PowerShell remoting lets you run any Windows PowerShell command on one or more remote computers. You can establish persistent …

  7. Changing computer state - PowerShell | Microsoft Learn

    Dec 18, 2023 · Shutting down or restarting a computer Shutting down and restarting computers are similar tasks. Most command-line tools support both actions. Windows includes two command-line …

  8. Add-Computer (Microsoft.PowerShell.Management) - PowerShell

    Add-Computer -DomainName Domain01 -Restart This command adds the local computer to the Domain01 domain and then restarts the computer to make the change effective.

  9. Rename-Computer (Microsoft.PowerShell.Management) - PowerShell

    Explicit credentials are required to rename a computer that is joined to a domain. Type a user name, such as User01 or Domain01\User01, or enter a PSCredential object, such as one generated by the …

  10. How to restart, logoff and shutdown client computer using PowerShell ...

    Feb 4, 2023 · Provides some information about how to log off all Remote Desktop Session Users from a Command Prompt. Explains the methods for running commands on remote systems using PowerShell.