Ally77 wrote: Can anyone explain the following question for me: Scenario: 1. Password must be changed every 45 days 2. Users can change p/w immediately after they change their password once 3. Cant use the same p/w until at least 10 different p/w's are used Answer: min password age: 0 max password age: 45 Enforce password history: 10 I understand why the values 45 and 10 are needed where they are but dont understand how the value 0 satisfies the criteria for part 2 of the question Any help appreciated Thanks