Your role of Network Administrator at ABC.com includes the management of the Active Directory Domain
Services (AD DS) domain named ABC.com. The network includes servers that run Windows Server 2008 R2
Service Pack 1 (SP1) and Windows Server 2012. The domain is configured to use different password policies.
You want to view the settings in a PSO (Password Settings Object).
How can you view the settings in the PSO?
A.
Byrunning the Get-ADFineGrainedPasswordPolicy PowerShell cmdlet.
B.
By running the Get-ADDefaultDomainPasswordPolicy PowerShell cmdlet.
C.
By running the Get-ADDomainControllerPasswordReplicationPolicyUsage PowerShell cmdlet.
D.
By running the Get-ADAccountResultantPasswordReplicationPolicy PowerShell cmdlet.
E.
By running the Get-ADUserResultantPasswordPolicy PowerShell cmdlet.
Right.
The Get-ADFineGrainedPasswordPolicy cmdlet gets a fine grained password policy or performs a search to retrieve multiple fine grained password policies.
The Identity parameter specifies the Active Directory fine grained password policy to get. You can identify a fine grained password policy by its
distinguished name (DN), GUID or name. You can also set the parameter to a fine grained password policy object variable, such as or pass a fine grained password policy object through the pipeline to the Identity parameter.