Server Core Remote Administrator Tools - ConnorEast/Tech-Journal GitHub Wiki

To begin: I opened fs01-SYS-255-01-connor.east and created a new password for my local admin. Following that I was shown to a terminal prompt. The first command I did on this page was "sconfig"
sconfig opened up a "Server configuration" prompt. This prompt consisted of 15 lines. First I chose number #8 "network settings" and "index 1". This brought up the network adapter settings section where I proceeded to attach the static network address, subnet address, gateway, and DNS server as seen below
image
After I had set up the neccessary components I then pressed "4" return to main menu where I choose #2 "Computer name" and set it to FS01-connor. once the name had been implemented I restarted the device.
image After relogging into my admin profile I used the "sconfig" command again where I chose option 1 "Domain/Workgroup"...
This section took me an hour because I did not change my Wan to LAN. After figuring out this error I set my FS to Lan and pinged 10.0.5.5. Below is an image of said ping
image

Back to the topic on hand, I joined connor.local and reset my device.
image
From there I then signed on under a second account I made when trying to figure out what was wrong with my system. Only to realize I needed to quit and log in as admin to do deliverable 1. image

**Deliverable 1: **

image

Next I went to my AD device and went to its add roles and features wizard. On the Features page I went to the drop down for "Remote Server Administration Tools (4 of 26)" Then I located the "File Services Tools" and selected the radio box labeled "File Server Resource Manager Tools". I the clicked next until I could install said feature.
image

Next I returned to the server manager and right clicked on "All Servers", this gave me the choice to "Add Servers". I clicked "Add Servers" and in the name section I types fs and hit find now. This brought up "FS01-connor". I double clicked on my file server and hit ok.
image

Deliverable 2

image

The next thing we needed to do was to add a new Organizational unit structure named SYS-255 with three seperate organizational units. These units being "Computers", "Users", and "Groups" respectively. In the groups OU I created a global security group names Sales-Users. In the Users Section I created two accounts "Alice" and "Bob"

Username: Alice ----> Password: Pepp3ron1-P1zza
Username: Bob ----> Password: Santa-A1nt-R3al

image

I then added Alice to the Sales-Users Group
image

Next I went back to the Server manager and Right clicked on FS01. From the drop down I selected "Add Roles and Features" I then pressed Next until I reached the Server Roles section. In this section I located the "File and Storage Services" dropdown and selected ""File Server" and "File Server Resource Manager". This can be seen in the image below.

image

I then opened the firewall for managing the file server with the command "netsh advfirewall firewall set rule group=”Remote File Server Resource Manager Management” new enable=yes"
image

Next I went to my AD's server manager. Clicked on the folder icon at the bottom. This took me to the "File and Storage Services > Servers" I then right clicked on FS01 and clicked on the File Server Resource Manager

Deliverable 3

image

The next Step was to go to "Shares" and right click on the shares page and choose "New Share..." Select from the file share profile "SMB share - quick" and click next. On the next page select FS01-connor.
image

On the Share name Page, label your share "Sales", and note down the Local and Remote Paths Associated:
image

Click Next until you can press create. image

On the "Server Manager > File and Storage Services > Shares" Page right click on "sales" and choose properties. From there, click the permissions box and the box labeled "Customize Permissions". On this page click on the Share button and remove "Allow | Everyone | Full control". Once the group has been removed click "Add". A new popup box should appear. First click "select a princible" and in the "enter the object name to select" box type in your sales-users group. Next hit ok. On the main page confirm the type is set to "Allow" and that they have full control over the permissions.
image

Deliverable 4: Alice and Bob

image image

** Deliverable 5**.

https://github.com/ConnorEast/Tech-Journal/wiki/Tech-Journal,-Class-7