11.23
To add your Server Core instance to a workgroup use the following command:
Wmic computersystem where name="%computername%" call joindomainorworkgroup name="[new workgroup name]"
e.g.
Wmic computersystem where name="WIN08-00" call joindomainorworkgroup name="WORKGROUP”
Then Restart you machine:
shutdown /r
Simple (When you know how its done =/ ).
References:
http://www.mail-archive.com/ntsysadmin@lyris.sunbelt-software.com/msg27669.html


No Comment.
Add Your Comment