The net localgroup command manages local group memberships on Windows systems, with syntax dictating its action.
Why B is correct:net localgroup Sales Sales_domain /add adds the domain group Sales_domain to the local group Sales, granting its members local group privileges. CNSP covers this for privilege escalation testing.
Why other options are incorrect:
A:Displaying users requires net localgroup Sales without /add.
C:Adding a user requires a username, not a group name like Sales_domain.
D:The reverse (local to domain) uses net group, not net localgroup.
References:CNSP "Windows Group Management" (Section on net Commands) explains net localgroup for adding domain groups.
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