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

Citrix XenApp Rolling Reboot Script

Overview I have a Citrix farm and have written the below PowerShell script to automatically reboot the servers when there are no active connections. Usage The script would need to be scheduled to run on a Citrix server with the …

Read more