Hi guys, I have a list of user accounts in txt format.
I need to check every user by the sAMAccountName and determine if their account is disabled or not.
The catch is that I cannot use a powershell version higher than 2.0, also the Active Directory module is not installed on the DC in question.
Can anyone help me to accomplish this from CMD or VBSCRIPT / Powershell v2.0?
Much appreciated.