How Do You Track Default Access for New Employees?

0
17
Asked By CuriousCoder27 On

I'm looking for ideas on how to document the default access that new employees get in our organization. Currently, we manage most of our permissions through Active Directory groups, along with shared mailboxes and Teams channels. Ideally, there would be a tool that allows us to look up access based on job title, location, or department, showing us what groups or emails the new hire should be assigned to. It would also be great to easily update these permissions as roles change over time. I assume a PowerApp could solve this, but I don't have experience building one. Any suggestions?

4 Answers

Answered By InfoWizard22 On

In my experience with the US Air Force, we kept things straightforward by saying things like, 'Make John's access the same as Susan's.' I had files for each user that detailed their access using a format similar to LDIF. Whenever changes happened, I would update these files, making it easy to track access based on user IDs.

Answered By ResourceGuru90 On

I created an IT resources list in SharePoint that matches access permissions with job roles. We add new employees to a nested resource group, and automation triggers to assign them to the necessary groups based on their position.

Answered By SysAdminSam On

We handle this with Adaxes, which automates our access management process. It makes it much easier since we don’t have to do it manually, and it tracks changes well.

CuriousCoder27 -

I haven't heard of Adaxes before. I'll check that out. Thanks!

Answered By TechieTim123 On

For our setup, we have "template" users within each organizational unit (OU), which hold default group memberships. When we onboard a new employee, we compare them against these template users to assign the appropriate access rights.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.