Lab 6.0: Server Core & Remote Administrator Tools
Summary
Steps
Configure the networking
vCenter
- make lanVmware
- VMNet 5 for 10.0.5.X network
Configure systems using
sconfig
Install Remote Server Administration Tools on AD
Add Core Server to All Servers
Add Roles and Features
to the Core Server and selectFile Server Resource Manager
On Core Server run
netsh advfirewall firewall set rule group="Remote File Server Resource Manager Management" new enable=yes
Under
File and Storage Services
selectShares
Create
New Share...
click this through menu and select and Core Server
if needed change the
Share
tab to have the group you want to see it
Commands
sconfig
- On the Core Server this lets you configure the systemnetsh
- stands for network shellnetsh advfirewall firewall set rule group="Remote File Server Resource Manager Management" new enable=yes
- This allows AD File Resource Manager through the firewall
Resources
Last updated