Local Tech Repair: Administration

Pages

Showing posts with label Administration. Show all posts
Showing posts with label Administration. Show all posts

Wednesday, July 8, 2015

Simple Port Scan using Powershell

Ever want to learn how to make a simple port scanner using powershell? Well here is how you can do a very simple tcp port scan. 

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.

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

Monday, November 10, 2014

Powershell comparing 2 user accounts permissions.

So i been learning Powershell and this is one of my first scripts that I created.  This script is used to compare employee a with employee b to see what permissions a has that b does not.