Powershell Export a list of users in Active Directory and Status of the Account
Little bit of PowerShell that I have thrown together in order to list all of the users within Active Directory, containing the following information Name of the AD account If the Account is Enabled The Organisational Unit the account is contained within In order to establish the script I first ran a ‘Get’ Command to ...