Can any one please help me with the VB script code to verify whether a specific user ID is having a specific password. See the example to be more clear:
I need to check whether target machine consists a local user “DSADMIN” ‘s password set to “Pa55word”. If the target machine consists this user account and the password is also correct then it should return TRUE else it should return FALSE.
Hoping for your kind co-operation. Thanks in advance.