Answers for "how to add user to group in windows command line"

12

add user to group linux

sudo usermod -aG <groups> <username>
Posted by: Guest on October-02-2021
0

cmd command see which groups a user is in

net user userName
Posted by: Guest on October-18-2021

Code answers related to "how to add user to group in windows command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language