I’ve read this old thread (below) and it has the normal responses about emails or forms but I was hoping someone out there has an automated method I have not found that would allow the supervisor to choose the folder from a list (think browse button to share), then choose the users they wanted to add (another browse button to choose users) etc… Anyone?
Does Varonis or Netwrix have this type of functionality?
@Netwrix
6 Spice ups
GDaddy
(GDaddy)
2
You could the a group to the Folder/Share in question. Put that Group into an OU, take your Department Heads or whoever, Give them rights to just that OU to add and remove members to the Groups. That would then do what you are asking. They would go into ADUC to do the work, but there are some third party applications that could produce an ok GUI for them to use.
This tool may work for you, have not tried it. but have used his other tools, and they work well.
EDIT: for me i would rather control who is in groups and not hand it off to users. If someone asks me to add them to a folder, i make sure i get their Manager’s permission in writing (email). If a manager asks me to add them to a folder, i would make sure i got their superior’s approval or the folder’s manager(owner/supervisor) permission before adding. No body is added unless someone else gives the ok.
2 Spice ups
In the past I’ve handled this by having three groups on each share, read only, read-write, management - members of the management group had the rights to add and remove people in the read-write and read only groups.
This wasn’t an automated setup but could be done in powershell.
1 Spice up
Maybe my wording was sloppy, as absolutely want to keep control of adding/removing perms. I wanted to make it easy for requestors to input the needed folder and user. IT folks do not think twice about a copy/paste of the File Explorer bar to show a folder location but telling users to do it or to type out home\dept\foldera isn’t always easy…
GDaddy
(GDaddy)
5
That is alittle tougher, i would make some form, HTML, Outlook, or something like that. Give the users Field to type in what they want, you can make some fields required. Give them a box for folder name, department, type of access (bullet or dropdown), more or less the info you need in a way they can relate to. You could get really fancy and have a button that will take a screenshot and save it to a directory of your choosing. Not sure what you have for existing infrastructure to support a Form, like Sharepoint, an ECM system, an Intranet page or similar.
1 Spice up
Actually, this task is quite unusual, I even had to investigate it with my colleagues. =)
But we do have options to pull this off using Netwrix SbPAM solution:
- It’ achievable by using the “Add User to Domain Group” action step in an SbPAM activity – definitely a common workflow to give a user elevated permissions via AD group membership during an SbPAM session. Of course, this will require you to create domain groups with access to certain resources.
- Another option is Powershell - you could use the custom powershell step in the pre-session and post-session with the smb cmdlet to dynamically add / remove permissions.
@keithemery
Based on replies (your’s and above) my OP was not clear. I was looking for ideas or examples of how IT admins let data owners asks for permission changes. To further explain we have the shared data drive with folders that have assigned owners and backup owners, these owners are the only people allowed to ask for permission changes (READ/CHANGE). I was looking for a streamlined method that would allow the owners to more easily choose the folder they wanted to add a user to and also choose the user in the form or method to inform IT of the request. IT is the only person adding users to these READ/CHANGE groups for shared data folders.
@keithemery , in that case, check File System Auditing with StealthAUDIT . StealthAUDIT allow you to implement governance workflows like Entitlement Reviews and Self-Service Access Requests to safely provide data custodians the ability to control access to the data they own and end-users the ability to request access to the data they need.
1 Spice up