Link to home
Start Free TrialLog in
Avatar of bromy2004
bromy2004Flag for Australia

asked on

Get Domain Password Complexities

I'm trying to create a Mini App that will reset the User's Password to 1 of 3 options,
1. Default Password
2. Randomly Generated Password (Possible Alpha Numeric with symbols)
3. Simple Password that has the Person's name with some random digit replacements (so random number of 01 gets - MyNam301)

I cant find anything to check what the current domain settings are (Password length ect.)

Also, how would i go about replacing the Password?
ASKER CERTIFIED SOLUTION
Avatar of game-master
game-master
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bromy2004

ASKER

Was that designed for VB .NET?
because the "Err" had an error,
Changed it to Err.Number

It still had an error in VB.NET and Excel VBA
Automation Error

at:
objAdmin = GetObject("WinNT:\\" & strComputer & "\Administrator,user")

I dont really understand what either "GetObject" does.

if Err.Number = 0 i should say..

it's for vb6..


game-master
Would it work in VB.NET?
Any progress?


good afternoon!

yes it will to vb.net


good morning!


im glad i could help you...


thanks for the points.. :-)


game-master