Get Password Settings Object statistics and informations with PowerShell

Hello,

I wrote a simple function to calculate et retrieve PSO statistics and informations :

Exemples :

  • Get-PsoStatsInfo -DomainName Domain1,Domain2,Domain3 | Sort-Object -Property UserConcerned -Descending
  • (Get-ADForest).Domains | Get-PsoStatsInfo
  • (Get-ADForest).Domains | Get-PsoStatsInfo | Select-Object -Property Name -ExpandProperty PsoSettings

Prerequisites :

  • PowerShell 2 minimum.

Screenshots :

 You can download it here.

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.