Finding Empty AD Groups [PowerShell]

Powershell

In this post I will share a short bit of PowerShell to discover empty, used Active Director groups. This post will be short and to the point! Pre-requisites Before you can use the Active Directory Cmdlets you will either need …

Read more

PHP – LDAP Query AD Users

PHP LDAP Banner

Overview The below PHP script is an example of how to connect to Active Directory via LDAP and retrieve a list of users’ details. If instead, you are looking to retrieve information on computer accounts in the domain. Take a …

Read more