Active Directory, Guide

Fixing a Broken Connection to Active Directory

Active Directory (AD) is the name of Microsoft’s proprietary directory service. It is used in corporate environments and utilizes a Windows Server operating system. Active Directory enables network administrators to manage the permissions of users and their access to network resources. The client computers used in an AD environment will normally be running a version […]

ADRestore

ADRestore is an Active Directory tool to allow you to restore objects that may have been deleted from your system. Download To download, simply scroll down towards the bottom of this page and you will see the options for this download. Ensure you select the correct one and click the blue Download button as detailed […]

Active Directory, Guide, Microsoft, Powershell, Servers

Get OU Distinguished Name

There are many reasons as to why you would need to identify an Active Directory Organisational Unit’s Distinguished Name. Most techies out there will use an AD distinguished name when writing or using PowerShell scripts. However, quickly finding what the Distinguished name of a particular OU is not immediately clear. You can click on the […]

Active Directory, Guide, Microsoft, Powershell

Powershell – Export all Active Directory User Information to CSV

If you need to export all Active Directory user information to CSV, then you can use a simple Powershell script to carry this out. First Import the Active Directory module: Then get the user information from Active Directory. For the example below we are just going to grab all information, hence the * wildcard, but […]