C
chiedza mudereri
I AM THE ONLY ADMINISTRATOR IN MY COMAPNY AND I AM LOCKED
OUT. OS IS WINDOWS 2000 SERVER.
OUT. OS IS WINDOWS 2000 SERVER.
Curtis said:Hello Chiedza,
Please clarify, you cannot lock out the administrator account, if your
current issue is that you are no longer able to logon to the
server/domain, then you will need to either, logon with a different
admin account, or use the ERD to recover the original administrator
password.
258289 Windows 2000 Logon Passwords
http://support.microsoft.com/?id=258289
Steven said:Hi Vanguard. "The" administrator account can not be locked out to
interactive logon. If passprop is used, then it can be locked out to
network logon. Other users who are members of the administrators
group will be locked out as other users based on policy enforced.
This is one reason [other than the obvious power it holds] that "the"
administrator account is such a target and needs a very complex
password. --- Steve
Vanguard said:Hmm, so you're saying that the policy setting of "Account lockout
duration" is not effected against the Administrator account when
someone makes more than "Account lockout threshold" failed login
attempts? I thought at one time I locked myself out of
Administrator, the duration was 30 minutes, so I had to wait that
long before I could try to login again.
Karl said:It's still not a bad idea. Every little bit helps. But you won't
necessarily die if you don't do it. Lots of people do this without
problems. It should not cause problems with running Runas. IIRC you
get a chance to enter which login ID you want to Run As.
Because the SID stays the same, some people use special tools as
mentioned before to disable the default Admin account and create new
ones, and also use RestrictAnonymous where possible to try to reduce
account enumeration [difficult to do very effectively on domain
controllers]. If you do this, then the real admin account can't be
guessed by SID [although someone doing this could easily just try
every possible SID to find your login IDs].
Really, no one should be using the "Administrator" account, assuming
it is a shared account. Ideally, each person, admin or otherwise,
gets one or more login IDs that uniquely identify them and only them
[and what has been done to a system by them].
Other than using a complex password, is it still advisable to rename
the "Administrator" account to something else (since it should still
retain the same SID) to also thwart hacking? Does renaming the
Administrator account result in other problems, like when using
RunAs?