How to get FineGrainedPasswordPolicy of the user without using LDAP and PowerShell

232 Views Asked by At

I want to know if some fined specific user has been subjected with some fine grained password policy. Which policy it is and other details. For this I know there are couple of ways for example ( PowerShell or LDAP ).

Due to certain reasons, I can't use LDAP and PowerShell. ( PowerShell probably would cause performance issues. )

Is there any other way exist in .NET library?

1

There are 1 best solutions below

0
gazza On

Have a look at this article which provides some details on how the FGPP are configured against users, and the msDS-PSOApplied and msDS-ResultantPSO attributes of the user objects are used to define which FGP policy have been assigned.

https://nettools.net/how-to-display-which-fine-grain-password-policy-is-applied/