Asked By
harie
0 points
N/A
Posted on - 11/02/2011
Dear friends,
I need to join one of the networking companies. The company is running on Windows based. I need to know how to configure Windows servers to that company. How to Admin that servers.
How to troubleshoot that servers. I also need to know how to configure Active directory. I need step by step explanation. If anybody has good materials, please upload to me.
Answered By
Jackman
0 points
N/A
#100150
Windows servers 2003 and 2008
Before you start this kind of configuration you will need to configure the server's IP address. At the command prompt type [netsh interface ipv4 show interface] make note of the number of corresponding networks that your computer has and the network adapter that you will use to form your IP configuration.
At the command prompt type [netsh interface ipv4 set address name=" " source=static address mask ga] then at the next prompt type [netsh interface ipv4 add dnsserver name=" " address= index=1] You may repeat this step for your Active directory server.
To administrate you need to set up a password at the prompt type [net user administrator] when prompted to add a password add it and a user account then press enter. It prompts you again repeat the password and press enter.Â
You will choose whether you want to activate it fully or remotely. I hope this will be of help to you.