Hello Everyone,
I was talking with a friend and he asked me: "Can I add a local user to my workstation without password if the GPO applied requieres complex passwords". The answer, of course, was "no".
10 minutes later he comes back and says "I did it".
I checked his workstation (XP) local GPO and the password policy applied was the one specified by the domain (with complex password req). Still, he created a user without password using the command:
NET USER /ADD xxxxx /PASSWORDREQ:no
I tried to add a local user thru the "Local Users & Groups" and I couldn't because of a GPO restriction.
So, does the NET USER command bypass the GPO ??? Is this so?
Thanks!