cannot add accounts to machine

  • Thread starter Thread starter Andy Welcomer
  • Start date Start date
A

Andy Welcomer

Hello,

I'm trying to add domain accounts to a local group on a W2KSP4 server.
Every time I complete the process, the account doesn't show up in the list.
I have sufficient rights to perform the operation. Any insight will be
greatly appreciated.

Thanks
 
Hello,

I'm trying to add domain accounts to a local group on a W2KSP4 server.
Every time I complete the process, the account doesn't show up in the list.
I have sufficient rights to perform the operation. Any insight will be
greatly appreciated.

Thanks


Let's assume the local group is called "MyLocalGroup" and that your domain is MyDomain.COM.

Open a CMD.EXE window.

To add "MyDomain\Andy" to "MyLocalGroup", type

net localgroup "MyLocalGroup" "MyDomain\Andy" /ADD

To display the membership, type

net localgroup "MyLocalGroup"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top