About 8,830 results
Open links in new tab
  1. Rename-Computer (Microsoft.PowerShell.Management) - PowerShell

    This cmdlet is only available on the Windows platform. The Rename-Computer cmdlet renames the local computer or a remote computer. It renames one computer in each command. This …

  2. How to Easily Rename a Windows Computer Using PowerShell?

    Jan 23, 2025 · Learn how to easily rename a Windows computer using PowerShell with this step-by-step guide. Explore commands, examples, and tips for efficient system management!

  3. Effortlessly Rename Your Computer with PowerShell

    To rename a computer using PowerShell, you can use the `Rename-Computer` cmdlet followed by specifying the new name and, if necessary, the credentials. Here’s how you can do it: Make sure …

  4. Rename a Computer using PowerShell: A Step-by-Step Guide

    Sep 17, 2025 · Learn how to rename a computer using PowerShell commands. Discover solutions for common issues, and methods to rename local or domain-joined computers.

  5. Rename a computer in PowerShell - ShellGeek

    Mar 5, 2023 · Rename-Computer cmdlet in PowerShell renames the local computer or remote computer name. It has a New-Name parameter to specify a new name for the local or remote …

  6. Rename Your Windows 11 PC: Easy Steps for Clear, Unique Device …

    Nov 6, 2025 · Automation and bulk renaming — PowerShell examples Rename-Computer is the supported PowerShell cmdlet and works well for scripting single or multiple changes.

  7. Rename-Computer - PowerShell Command | PDQ

    Type the NetBIOS name, an IP address, or a fully qualified domain name of a remote computer. To specify the local computer, type the computer name, a dot (.), or localhost. This parameter …

  8. Rename-Computer - PowerShell - SS64.com

    Rename the specified remote computer. The default is the local computer. Type the NetBIOS name, an IP address, or a fully qualified domain name of a remote computer. To specify the …

  9. How to Rename a Computer or Server with PowerShell

    May 31, 2024 · To rename a local computer, use the following command: This will rename the local computer to NPGPC1 and restart it to reflect the changes. To rename a remote computer, …

  10. How To Rename the Computer in Windows Using PowerShell

    It is a very simple and easy-to-use PowerShell command. The Rename-Computer Cmdlet has the following syntax, where NewComputerName is the name you want to use: The rename …