quote:
I would like to know how to create a user account on a remote computer from a computer I have physical access to on the same network. I am able to connect to this remote computer using the \\computername command in Run and using Remote Desktop Connection. I would also like to add that they are on the same domain and I am on Windows XP. Is there anyway to create an account on that remote computer?
I assume your question is about using Windows management tools and not about gaining access to something you haven't been granted access to...
There are two types of accounts: domain accounts and local accounts. As others have pointed out, to create a
domain account you need to be logged on with an account that, at the very least, has Account Operator privileges on the domain. Contrary to what's been said so far in this thread, you do not need to be logged on to the domain controller itself -- you can do it from any computer that has Windows server administration tools (Google "adminpak") installed. The tool you want is called "Active Directory Users and Computers".
To create a
local account, you would need to be logged on with an account that has local administrator privileges on the computer you want to create the account on (but not necessarily domain administrator). To do that, run compmgmt.msc (or "Computer Management" under "Administrative Tools"), right click the computer icon at the top of the tree and connect to the remote computer. Add a user under "Local Users and Groups".