Using powershell to create a script to check if the clients password is going to be expiring in the next 5 days.
Showing posts with label Powershell. Show all posts
Showing posts with label Powershell. Show all posts
Wednesday, October 14, 2015
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.
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.
Labels:
LDAP,
Powershell
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
Powershell/LDAP finding all never expiring users in Active Directory (AD)
Another very useful powershell script that pulls all the users that are set their password to never expire.
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.
Subscribe to:
Posts (Atom)