You can use Computer Management | Local Users and Groups | Groups
This snap-in is not available on domain controllers, just domain members and workgroup servers.
The commandline to add a new local group is: NET LOCALGROUP "Groupname" /ADD /COMMENT:"Description"
The commandline to add domain global groups to that group is: NET LOCALGROUP "Groupname" "DOMAIN\Groupname" /ADD