Windows 2019
Sponsored Link

File Server : Install2019/09/19

 
Install File Server Role to configure File Server.
[1] Run PowerShell with Admin Privilege and Install File Server.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

# install File Server
PS C:\Users\Administrator> Install-WindowsFeature FS-FileServer 

Success Restart Needed Exit Code      Feature Result
------- -------------- ---------      --------------
True    No             Success        {File and iSCSI Services, File Server}
File Server : Install (GUI)
 
On GUI installation, set like follows.
[2] Run [Server Manager] and click [Add roles and features].
[3] Click [Next] button.
[4] Select [Role-based or feature-based installation].
[5] Select a Host which you'd like to add services.
[6] Check a box [File Server].
[7] Click [Next] button.
[8] Click [Install] button to begin installation.
[9] After finishing Installation, click [Close] button.
Matched Content