Why not just use the AD command-line tools to achieve this. You can use combinations of dsquery and dsget to enumerate your users in AD and then pipe the putput to dsmod to change the pwd like this:
dsmod user "CN=SmithJo,CN=Users,DC=domain,DC=org" -pwd A1b2C3d4 -mustchpwd yes
Or, easier yet...