简体   繁体   中英

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

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?

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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM