Hi,
I'm trying to add users to a group using NET GROUP but it keeps telling me the group doesn't exist.
I have a group called "Dom_UNIX" and when I do:
it should print out the users in that group, or when I do:
but both say:
I also tried the DSMOD command version with:
but it says:
What's going on?
I'm trying to add users to a group using NET GROUP but it keeps telling me the group doesn't exist.
I have a group called "Dom_UNIX" and when I do:
Code:
NET GROUP Dom_UNIX
Code:
NET GROUP Dom_UNIX User1 /ADD /DOMAIN
The group name could not be found.
I also tried the DSMOD command version with:
Code:
dsmod group Dom_UNIX -addmbr User1
dsmod failed:Value for `Target object for this command' has incorrect format.
What's going on?