Retrieve Details of a Default Domain Password Policy
This topic explains how to use the Active Directory module for Windows PowerShell to retrieve the details of the default domain password policy.
Example
The following example demonstrates how to retrieve the details of the default domain password policy for the Fabrikam.com domain:
Get-ADDefaultDomainPasswordPolicy Fabrikam
Get-ADDefaultDomainPasswordPolicy Fabrikam
Additional information
In addition to the standard Lightweight Directory Access Protocol (LDAP) attributes, you can retrieve the following extended properties of the Get-ADDefaultDomainPasswordPolicy cmdlet by using the -Properties parameter:
- ComplexityEnabled
- LockoutDuration
- LockoutObservationWindow
- LockoutThreshold
- MaxPasswordAge
- MinPasswordAge
- MinPasswordLength
- PasswordHistoryCount
- ReversibleEncryptionEnabled
No comments:
Post a Comment