gpmc.msc
(Group Policy Management)Here is a quick and simple function which authenticates a user to AD at the PowerShell command line:
Function Test-ADAuthentication { param($username,$password) (new-object directoryservices.directoryentry "",$username,$password).psbase.name -ne $null } PS C:\> Test-ADAuthentication "dom\myusername" "mypassword" True
http://www.wisesoft.co.uk/articles/bulk_ad_users_beta_testing.aspx
http://www.wisesoft.co.uk/articles/password_control_2.5_betatesting.aspx
Forums: http://www.wisesoft.co.uk/forum/forum1-password-control.aspx
Tools from WiseSoft help when manipulating multiple users, as during a new installation or cutover.