Windows – Rename computer from command line

Last Updated: June 11th, 2018/Published On: June 11th, 2018/By /Views: 4499/

On local:

WMIC computersystem where caption=’CURRENT‘ rename NEW

From server changing remotely:

WMIC /node:”CURRENT” computersystem call rename “NEW“

Categories: Blog, Product SpecificTags:

Table of Contents