Forum Discussion
Keith_Hud
Jan 25, 2023Copper Contributor
Domain Admin Shared Folder Rights
I have a Windows 2012R2 Domain and two Domain Admins. Admin_1 will add grant Read/Write access rights to a user to a Shared_Folder on a Windows Server running 2012R2 setup as a file server. Admin_2 ...
Alban1998
Jan 26, 2023Iron Contributor
Hello,
Make sure those admins modify NTFS rights and not network share rights. Rely on AD Administrative Center whenever you need to update share, it's quite a good tool for this.
That aside, consider migrating to 2019/2022, as 2012 EOL is in a few months. And avoid using Domain Admins accounts to update a share - that's a security risk.
Make sure those admins modify NTFS rights and not network share rights. Rely on AD Administrative Center whenever you need to update share, it's quite a good tool for this.
That aside, consider migrating to 2019/2022, as 2012 EOL is in a few months. And avoid using Domain Admins accounts to update a share - that's a security risk.
Keith_Hud
Jan 26, 2023Copper Contributor
Alban1998, thank you for the reply. We will look into that and make sure we are assigning NTFS rights as well.