Find Additional AD Account Information


I like to add an extra tab named ‘Additional info’ in the AD users’ property, as it gives me more information on the users’ account, like when the account was created, or when the password has been reset. To install it, firstly you need to download the acctinfo.dll file and place it somewhere on your … Continue reading Find Additional AD Account Information

PowerShell: Generating AD Accounts Status Report


When I worked as a Windows system administrator, reviewing the Active Directory domain accounts is part of my routine work. We did not have a tool that can automatically generate a account report. So I wrote a PowerShell script to do the work. The script will generate a report in .csv format, which contains the … Continue reading PowerShell: Generating AD Accounts Status Report

Batch Script: Windows AD Migration


I worked on a Windows domain migration project several months ago. The P company acquired the B company, and request to migrate all former B company’s employees’ desktops and laptops to P company’s AD domain. Firstly, I created all new AD accounts for B company’s employees in P company’s AD. Then I wrote the following … Continue reading Batch Script: Windows AD Migration