Recently I was trying to change the name of a lot of computers remotely. It took me a while to find a command that worked properly on windows 10. This command below is the one that worked for me.

  1. Open command prompt (I did this remotely via an RMM solution)
  2. Run the command WMIC computersystem where caption=’currentname’ rename ‘newname’
  3. You should see “Method Execution successful”