Adding a user to a domain group like "Domain Admins" requires the correct command and scope (domain vs. local).
Why A is correct:net group "Domain Admins" John /add /domain adds user John to the domain-level "Domain Admins" group, per CNSP’s domain privilege management.
Why other options are incorrect:
B:net user creates users, not group memberships; syntax is wrong.
C:/admin is invalid; correct group specification is missing.
D:Targets local "Administrator" group, not domain "Domain Admins".
References:CNSP "Domain Administration" (Section on net Commands) validates net group with /domain.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit