COC 3 Setup computer server
Duration hrs.
Specific Instructions:
A. Setup user access
Install windows server 2008 and windows 7 on virtual box application.
After installing windows server 2008 you have to configure few things before you
get started. Read and follow the instruction bellow.
1. Initial Configuration Task
- Go to Start>run>type OOBE
1. Set Time Zone -Change time zone into “Taipei”
2. Configure network -Click properties>Click Use following IP address
IP address-192.168.0.2
Subnet – 255.255.255.0
Default gateway – 192.168.0.2
3. Provide Computer name and domain
- Click Changes> Computer name: Server1>Click ok
4. Enable remote desktop - Select Allow connections from computers running
any version of remote desktop
5. Installing Active Directory Domain Server - Run the “dcpromo” >
Next >select Create new domain in a new forest >
Next> type ict.com > Select windows server 2008
R2>next>click “yes” > Create a password:
P@ssw0rd > check reboot.
- Log-in account using the password you created
6. Installing DHCP - click role>add role> select DHCP server > click
“validate” 192.168.0.2 > click add >
Add scope
Scope name: LAN_DHCP_LAB1
Starting IP : 192.168.0.100
Ending IP : 192.168.0.120
Subnet : 255.255.255.0
Default gateway: 192.168.0.2
Disable ipv6 stateless mode> click install
7. Joining client (windows 7) to domain (windows server 2008)
Note: You must be in windows 7 operating system.
-verify first if the windows7 has an IP address
assigned from the server.
-To verify just type CMD in the search menu or press
winkey+R the command prompt will be display
Type “ipconfig” the IP address will be display and it
should be like this:
Connection –specific DNS suffix…. : ict.com
Ipv4 address……………………………….. : 192.168.0.100
Subnet mask……………………………….. : 255.255.255.0
Default gateway………………………….. : 192.168.0.2
Note: if there is no IP address appeared on cmd
command prompt it mean there is something wrong
in your configuration.
If you already verify the network connection and
there is an IP address assigned from server then
proceed to the next step.
Go to start menu>all program> right click
“computer”> the system window will be display
Click “change setting” change the computer name :
“PC1” select domain and type “ict.com”
PC1
ict.com
A windows Security from the server will be display
User name : Administrator
Password : P@ssw0rd
Windows 7 is now
connected to the
widows’ domain server
8. Creating active directory client user – note: you must be in windows
server OS.
Go to server manager> roles >
active directory domain services >
Active directory users and
computers > click ict.com >
Create Organizational Unit
Ict.com > right click > new >
organizational unit
Name: CSSLAB > OK
Right click on the left pane of the
window click new > user
Fill up fill-up the new object –user
First name: Juan
Last name: user1
Full name: user1
User logging name: user1
Set a password for your account
Password : P@ssw0rd1
Now windows 7 has already a user
account from the server
You can now login to the user
client using the account you
created from the server.
User : User1
Pass.:P@ssw0rd
9. print management services – click roles > add roles>
select print services and file services>
9. Configuring folder redirection - Create a folder with a file name
“redirection”> Right Click
folder>properties > click sharing >
click everyone > permission level
“co-owner”> done
-after the folder was shared, we will
proceed to create a Group Policy
Management. Go to start >
administrative tools >Group Policy
Management
Right click the ict.com
Domain>Organizational unit> create
Org. Unit named CSSLAB. Under CSSLAB
right click and create GPO in this domain
name it “redirection”
Your Policy is there we have to
configure this one just right click
on it and click edit.
On edit you have this new page,
under the User configuration
click User Configuration>
Policies > windows settings >
folder redirection > you can
redirect all the folders on it.
Folder Redirection example
1. Right click the desktop folder
and click properties
2. Desktop properties will appear
3. Click the drop down menu and
select “basic redirect’s everyone
to the same location”
Folder Redirection example
5. Just copy the network path link
of the folder redirection that you
created on the desktop. paste
:
6. Paste the path link of your
redirecttion folder on the root
path.
7. Click on settings and check or
select the “move the contents of
the desktop to the new location”
and “also apply the policy..etc”
settings then ok. Folder Redirection created earlier on desktop
8. Go to your windows 7 and
execute the CMD command and
type on the command prompt
“gpupdate /force” we need to
update to grab the settings from
the server that we recently
created. Copy