The chgrp command changes the group of files and directories.
Examples
Change the group of "folder1" to "group1".
Change the group of "folder1" (and its files and sub-directories) to "DOMAIN\group2".
Use the escape character "\" to escape the character "\".
You can also use the double quote character """ to delimit the folder path to escape the character "\".