Information Technology Reference
In-Depth Information
FIGURE 5-28 The Create Password Settings page
4. Optionally, click Add to apply the new PSO to one or more specific security groups.
5. Click OK to create the PSO.
To see the Windows PowerShell for the PSO creation, click Windows PowerShell History at
the bottom of the Active Directory Administrative Center. The Windows PowerShell for the
PSO creation shown in Figure 5-28 is the following:
New-ADFineGrainedPasswordPolicy `
-ComplexityEnabled:$true `
-description:"Set minimum 12 character passwords for all Finance users, with a
minimum 2 days between changes." `
-LockoutDuration:"00:30:00" `
-LockoutObservationWindow:"00:30:00" `
-LockoutThreshold:"0" `
-MaxPasswordAge:"42.00:00:00" `
-MinPasswordAge:"2.00:00:00" `
-MinPasswordLength:"12" `
-Name:"Finance Users Pwd Policy" `
-PasswordHistoryCount:"24" `
-Precedence:"10" `
-ReversibleEncryptionEnabled:$false `
-Server:"trey-dc-02.TreyResearch.net"
 
Search WWH ::




Custom Search