I am writing a GUI tool using PowerShell, which can perform most of the tasks related to AD with just a username and a button click. I did all the usual (creating / deleting users, creating / deleting security and distribution groups, resetting passwords, etc.), but they can’t find the unlocking of the “Blocked” account.
I am trying to do this without using Quest AD cmdlets as I want a more standalone solution. So I wonder if using simple PowerShell (1.0 or 2.0) in a Windows 2003 domain is possible.
Many thanks.
source
share