Local Tech Repair: LDAP

Pages

Showing posts with label LDAP. Show all posts
Showing posts with label LDAP. Show all posts

Thursday, May 7, 2015

Finding all Active Directory groups with over 200 members with Powershell/LDAP

Have you ever needed to identify large groups in your organization though do not know how to. Well I was bored and created a script for you so you don't have to worry and can get back to your games... I mean work. 

Tuesday, April 28, 2015

Powershell/LDAP Get DFS Folder managedby Owner

One task that can annoy any access provisioner is multiple clicks and copy and pastes to find out what access a folder has and who the owner of the group that provides access to that folder.

Friday, April 10, 2015

Powershell get owner of folder

This is a simple script that front line support can use to grab a dfs and find the security groups that have access to the folder.

Saturday, January 24, 2015

Find Disabled Users In a Active Directory Group.

Here is another small powershell script that uses LDAP to pull a group and then also pull all the group members. the script will then pull all the disabled members in that group.

Monday, November 17, 2014