Yes the hit is that the user account has no required password. I will run the net use command you suggested.
Thanks Ozzie
"Special Access" wrote:
[Quoted Text] > On Wed, 30 May 2007 14:28:02 -0700, dni > <dni[ at ]discussions.microsoft.com> wrote: > > >When we have an IT Audit we get flagged for domain user has no required > >password. The accounts are IUSR_servername that were created by WSUS. Can > >these passwords be changed without messing up WSUS and if so where and how. > >Thanks. > > IF I am reading this correct, you got tagged because the account "does > not require a password". If this is true, then run this command: > > net user iusr_<servername> /passwordreq:yes > > This will set the "password required" flag and should pass the DISA > scanner. It should be noted that setting this flag does NOT/NOT > require you to have or change the existing password. > > Mike >
|