On local:
WMIC computersystem where caption=’CURRENT‘ rename NEW
From server changing remotely:
WMIC /node:”CURRENT” computersystem call rename “NEW“
On local:
WMIC computersystem where caption=’CURRENT‘ rename NEW
From server changing remotely:
WMIC /node:”CURRENT” computersystem call rename “NEW“