Lab07 Setup - jacob-dinapoli/tech-journal GitHub Wiki
- Step One: FS01 Requirements
- Once you login, you will be prompted to change your password.
- Set the Ip address setting and the server name by typing the following command:
- Select 8 to check the Network Settings
- The settings should be the following:
- IP Address: 10.0.5.8
- Subnet Mask: 255.255.255.0
- Default Gateway: 10.0.5.2
- Preferred DNS Server: 10.0.5.6
- Go back to main menu and enter 1
- login to to specified domain; in this case, jacob.local
- (domain\username) = type the domain and user
- Reboot and log into other user
- jacob-ADM
- Badpassword123!
- Step Two: Using RSAT to manage Active Directory
- Within the server Manager application; right click on the server in AD DS
- Select Add roles and Features
- Leave everything standard until you get to Features tab
- Select the File Services Tools and Filer Server Resource Manager Tools
- These will be located in Remote Server Admin Tools >> Role Admin Tools >> File Services Tools -
- Step Three: Add FS01 to All Servers
- In Server Manager; Right click on All Servers
- Select Add server
- Type fs in "name" and select find now
- Select the computer and press ok
- Locate to the Active Directory Users and Computers
- Under domain user select new and create three new organizational units:
- SYS-255
- Create a new Global Security group(Sales-Users) in the Groups OU
- Create two users(Bob and Alice) as standard domain users, in the Users OU
- Add Alice to the Sale-User Group
- Step Four: Use RSAT to add File Services to FS01 and create a Sales Users share
- On AD02, Use the Add Roles and Features option on FS01
- Locate to File and Storage Services
- Right Click on FS01
- within Server roles; select File Server and File Server Resource Manager
- On FS01 run the following command:
- netsh advfirewall firewall set rule group=”Remote File Server Resource Manager Management” new enable=yes
- On AD02 conect to FS01 using File Server Resource Manager
- right click on FS01 and select File Serve Resource Manager
- Step Five: Create a new share on FS01 using Server Manager
- On ad01 go into server manager > file and storage services > share
- right click in the empty area and choose new share
- Choose the SMB quick share option
- choose the fs01 server
- create a share named Sales and note the path
- Leave the configure share settings default
- for permissions, add the sales group created earlier and remove the "everyone access to share"