Lab 4 - Web Server and File Services
Lab 4 - Web Server and File Services
In this exercise, you create a folder share using the File Explorer interface.
1. Logon to the FILE 1 computer using the domain administrator account
2. Open File Explorer and create a folder; Creating some files in this folder
3. Right-click on created folder and from context menu, select Properties
4. Click Sharing tab and then click Advanced Sharing
5. Select the Share This Folder check box
6. Click Permission. Clear all check boxes in the Allow column.
7. Click Add to select Domain users group and assign it the Allow Read
permission only
8. Close all dialog boxes
9. Access to the shared folder from other computers with a domain user
accounts. Try to copy file between this folder and folder of local computer
=> taking the screen shoots
10. Edit shared permissions for this folder, e.g., allowing Domain users group
has Full Control permission
11. Repeat the step 9
In this exercise, you create shares directly within the Server Manager console.
1. Add the File Server role
2. Share a folder:
a. Server Manager -> File and Storage Services -> Shares
b. In the Shares tile, click Tasks > New Share
c. Select SMB Share – Quick
d. Select Folder and specify permission
3. Test the new share
In this exercise, you are required to create a basic DFS environment with a single
Namespace to allow access to different file server without having to specify the name
of file servers
Client devices will connect to Work Folders on this file server via HTTPS. In
order to make that happen successfully, we need to configure a DNS record that
points at this file server, and an SSL certificate to be bound to the web listener on the
server. In this exercise, we configure client to connect to Work Folder server using
HTTP (not recommand).
1. Open command prompt with Administrator Privileges and type the
following command:
Reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\
WorkFolders /v AllowUnsecureConnection /t REG_DWORD /d 1
2. Go to Control Panel and click on Work Folders and then click Setup
Work Folders
3. Click on Enter a Work Folders URL instead and input the URL of Work
Folder server.
4. Select the location where you want the Work Folder to be located on
client machine
Challenge:
- Configuring Work Folders to use HTTPS
- Configuring clients automatically using Group Policy.