Creating a File Share
To create a new file share on a Windows Server using Sever Manager.
- First, Create a Group to Assign Permissions to Access Files following the guide for creating Security Groups for creating file access.
- Next Open Windows Server Manager.
- Navigate to the File and Storage Services > Shares tab
- Right click and select New Share
- Select the share profile from the options. Select the SMB Quick option to create the share, then edit the necessary properties at a later time.
- Select the server the share will live on, as well as the volume. It is best practice to create new shares on something other than the C drive
- Change the local path to the shares if needed
- Name the share and include a description
- Enable options as needed.
- Share based enumeration is recommended for sensitive files and folders
- Also recommended to encrypt the data. Data encryption is not the default option.
- Change NTFS permissions as necessary.
- Always set the Share Permissions to be Everyone full control. The file level permissions will handle access control, no need to complicate things.
No Comments