Change Computer Name in Workgroup

(imported topic written by ckcheong)

Hello Guys,

Has anyone try this before? Using cmd to change computer name in DOS mode.

wmic computersystem where name=“nb004-mykl” Rename Name=“1234567”

This command line runs perfectly in DOS prompt, but when i using BigFix action to change it, it’s nothing happen. Can anyone knows what wrong with my action command?

DOS wmic computersystem where name="{computer name}" Rename Name=“1234567”

nb004-mykl = local hostname

(imported comment written by BenKus)

Try this:

http://forum.bigfix.com/viewtopic.php?id=1141

Ben