Exercise 3.1 Installing Windows 7 from a DVD
1. What type of partition did the system create?
The System created Primary type of partition.
Exercise 3.2 Joining a Workstation to a Domain
Take a screen shot of the message box by pressing Alt+Prt Scr and paste it into your Lab03_worksheet file in the page provided by pressing Ctrl+V.
1. Why did I do this lab?
I did this lab because it helps me to learn how to perform a clean Windows 7 installation on a workstation and how to join a workstation to a Domain.
2. What did I learn?
I have done clean window 7 installation before .but never delete an existing partition and create a new partition. I do join a workstation to a Domain at work all the time. However I have learned this command line .
You can use commands in the Netsh Interface IP context to configure the TCP/IP protocol (including addresses, default gateways, DNS servers, and WINS servers) and to display configuration and statistical information.
To change to a static address, type the following command: netsh interface ip set address "Local Area Connection" static ipaddr subnetmask gateway metric
Like: netsh int ip set address "local area connection" static 10.10.0.8 255.0.0.0 10.10.0.1
To change dns setting to static IP, using this command:
Like : netsh int ip set dns "local area connection" static 10.10.0.10
And “Open elevated command prompt” Basically, this means running Command Prompt with administrator privileges. Just learned from this lab.
3. How can I apply this to the real world?
In the real world, I have some tickets they are error message “ Trust relationship has been lost with domain controller”, all I do to fix this , it is let the workstation rejoin the domain.