Command to add user to a group on computer using NetBEUI

  • Thread starter Thread starter HowieJR
  • Start date Start date
H

HowieJR

Hello everyone,

Would someone tell me what command I can use to add a user to a local group
(ex. Administrators group) on a computer running Windows XP Pro that
configures
with NetBEUI network protocol? Appreciate.
 
From: "HowieJR" <[email protected]>

| Hello everyone,
|
| Would someone tell me what command I can use to add a user to a local group
| (ex. Administrators group) on a computer running Windows XP Pro that
| configures
| with NetBEUI network protocol? Appreciate.

NetBEUI has nothing to do with a command to add a user to a local group. It is nothing more
then a non-routable transport protocol.

Command Example:
net localgroup administrators DOMAIN\Domain_User

For syntax...
net localgroup /?
 
Back
Top