我在呼叫中心工作,那里有2个团队(team1和team2)
每个团队都有一名主管和10名代理人。
两个团队中的代理商会定期更改其职位,因此没有人会永远使用同一台PC。
每个主管与他的代理共享Word和Excel文档等文件但不是2个代理的相同文件,所以文件必须是私有的
现在我想把一个中央服务器用于文件共享,其中:
- There a 2 folders (TEAM-1 and TEAM-2)
- Supervisor 1 can access TEAM-1 and ALL subfolders
- Supervisor 2 can access TEAM-2 and ALL subfolders
- Agents in both teams can ONLY access their OWN folder like AGENT-1, AGENT-2 with a password, so that no agent can access another agent's folder.
- Files remain on the server and are directly edited and dealt with within the server and the agents don't have to take their files with them whenever they change the place.
注意:主管和代理商都是计算机的初学者,所以解决方案必须非常简单易用。
所以你想让我们告诉你如何创建文件服务器?
—
Eric F
根据要求,只要每个人都有自己的用户帐户,似乎常规Windows文件权限就可以轻松完成工作。
—
grawity 2014年
这是真正的重要性
—
Eric F
@EricF主要是如何阻止代理访问其他代理的文件夹
—
Med
@grawity我不认为Windows文件权限可以完成所需的确切工作
—
Med