AD FileServer
Last updated
Last updated
An Active Directory File Server is a server that uses Windows Server and is integrated with Active Directory (AD) to manage and share files across a network. It uses AD for user authentication and permission management, ensuring that only authorized users can access files and folders.
Centralized File Storage: File servers store and manage data centrally, making it easier for users to access and share files within the network.
Access Control: File access and permissions are managed through Active Directory. Administrators can set permissions for files or directories based on user or group membership, ensuring security and controlled access.
Sharing and Collaboration: AD File Servers make it easier for users to collaborate by enabling file sharing with specific users or groups, while keeping track of who has access to what data.
Integration with AD: Since the file server is integrated with AD, it can leverage AD for authentication (validating users) and authorization (determining what actions a user can take on files/folders).
We will now setup the AD file share to enable the AD file server :
Now we will setup the disk resource pool for the file server under the server manager
Here we have selected the SMB quick share option to share the disk volume for collaborated file share between our AD Authenticated clients
Now we have created the AD file server and now we will try to access the server and create the Department wise folders and let the Department only view and access the server individually
We have created all the folders based on the departments we have and now we will add the permissions to READ, WRITE,EXECUTE
based on the groups so only the group user can access & view the respected departments (EX: hruser will only be able to see HR group in here
)
Here we can see the default folder access permissions given and now we will add the HR group to access the server and have full control over the HR folder
Now we have logged in with the hr user inside the HR group which means the HR folder will only visible inside th file share ..
We can only see the HR folder which means our AD file server is running as it should be and the File server permissions are also working as normal
On Applying only the HR users can see the folder on the file server and will have the full access over it. Similiarly we will create permissions & Access control for all the folders respective to their groups and then we will test the same by adding the computer in the AD & accessing the file server in the next section.