Статистика ОС в домене с помощью PowerShell
1 |
Get-ADComputer -SearchBase "DC=domain,DC=com" -Server "10.10.10.10" -Filter * -Properties operatingsystem,operatingsystemversion |Select-Object -Property OperatingSystem,OperatingSystemVersion |Group-Object -Property OperatingSystem |Out-GridView |
Результат выглядит вот так: