Practicals With Answers On Windows Server
Practicals With Answers On Windows Server
PRACTICALS: NETWORK
ADMINISTRATION AND SECURITY
1. Set the Server’s Static IP Address
Objective: Assign a static IP to the server.
Steps:
1. Go to Control Panel → Network and Sharing Center → Change adapter settings.
2. Right-click your active Ethernet adapter → Properties.
3. Select Internet Protocol Version 4 (TCP/IPv4) → Properties.
4. Choose Use the following IP address and enter:
o IP address: 192.168.1.10
o Subnet mask: 255.255.255.0
o Default gateway: 192.168.1.1
5. Set DNS servers: 8.8.8.8 and 8.8.4.4
6. Click OK to apply.
Page 1 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Page 2 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
9. Move a User to an OU
Objective: Move jsmith to the Staff OU.
Steps:
1. Drag and drop jsmith from Users to Staff OU.
2. Confirm the move.
Page 3 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Page 4 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Page 5 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Page 6 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Prerequisites:
• A Windows Server with Active Directory Domain Services (AD DS) installed.
• A domain-joined Windows client (e.g., Windows 10/11).
• A domain user account.
• Administrator privileges.
Explanation:
This folder will store all users’ roaming profile data centrally on the server.
Page 7 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Instructions:
1. On the domain controller or a file server, create a folder:
o Example: D:\RoamingProfiles
2. Right-click the folder → Properties.
3. Go to the Sharing tab → Click Advanced Sharing.
4. Check “Share this folder”.
5. Set Share name: Profiles$ (adding $ makes it hidden).
6. Click Permissions:
o Allow Everyone: Read
o Later, permissions will be refined for security.
7. Click OK to apply sharing.
Why this matters: This ensures that users can access their profile, and the system can
read/write user data.
Instructions:
Explanation:
This step tells Windows where to store and retrieve the user's profile.
Page 8 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Instructions:
1. In ADUC, right-click the user (e.g., jdoe) → Properties.
2. Go to the Profile tab.
3. Under Profile path, enter:
ruby
CopierModifier
\\ServerName\Profiles$\%username%
Replace ServerName with your actual server's name.
Example:
ruby
CopierModifier
\\DC01\Profiles$\%username%
%username% is automatically replaced with the user's login name.
4. Click Apply and OK.
Instructions:
1. Go to a domain-joined client computer.
2. Log in as the domain user (e.g., jdoe).
3. Windows will create the user profile locally and sync it with the server path.
Test roaming:
Log out and log in from another domain-joined PC. You should see the same desktop
environment, files, and settings.
Why:
To ensure each user can only access their own profile folder.
Instructions:
1. In D:\RoamingProfiles (server-side):
Page 9 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Why:
To enforce profile behavior for many users.
Instructions:
Final Testing:
1. Log in as jdoe from PC1.
2. Create a file on the desktop.
3. Log out.
4. Log in from PC2 with the same user.
5. You should see the same desktop and the file.
Summary:
Step Description
Page 10 of 11
PRACTICAL ON WINDOWS SERVER PROPOSED BY AZOBOU CEDRIC
Step Description
Page 11 of 11