Server Core / Remote Admin Lab
In sconfig
on fs01
- Set admin password
- Set network adapter settings:
- Set hostname & reboot
- Go back to sconfig, join domain, reboot again
Deliverable 1
(screenshot of sconfig
after domain join. Omitted for brevity.)
On AD
- Add
File Server Resource Manager Tools
, and install - Add fs01 to the management window by right-clicking on
All Servers
, and adding it. Then, type infs
to find it by name.
Deliverable 2
On AD (in AD Users & Groups tool)
- Create OU's:
SYS-255/{Users,Computers,Groups}
- Create Global Security Group
Sales-Users
inSYS-255/Groups/
- Add users
Bob
andAlice
inSYS-255/Users
- Add
Alice
toSales-Users
- Add
File Server Resource Manager
to fs01 through the add features and roles from server manager
On FS01
- Run the following command to open the firewall for remot e file server management:
netsh advfirewall firewall set rule group=”Remote File Server Resource Manager Management” new enable=yes
Deliverable 3
Screenshot of File Server Resource Manager on ad connected to fs01