Title: Message
How do I find out what is in the $Flags variable.  When I run
 
UserGetAttributes($Server, $UserName, $UserFullName, $Password, $PasswordAge,
$Privilege, $HomeDir, $Comment, $Flags, $ScriptPath)
 
$Flags comes back with a number.
 
I am interested in finding out what the value of UF_LOCKOUT is and what I need to do to change the value with 
 
UserSetAttributes($Server, $UserName, $UserFullName, $Password, $PasswordAge,
$Privilege, $HomeDir, $Comment, $Flags, $ScriptPath)
 
Thanks for your assistance,
dan

Reply via email to