CMD SCCM SCCM deployment Add user to group from command line (CMD) 2 April 2015Ronald In Windows computer we can add users to a group from command line. We can use net localgroup command for this. net localgroup group_name UserLoginName /add For example to add…Continue readingAdd user to group from command line (CMD)