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 :