A
A
Alexey Denisov2019-07-16 08:39:19
Windows
Alexey Denisov, 2019-07-16 08:39:19

Active Directory query about Windows 10 versions?

Colleagues, good afternoon!
In connection with the release of Windows 10 releases (17763, 17134, 16299, 15063), how to create a query in AD to find out by releases how many workstations in the domain with Windows 10, and not all computers, but the selection by OS release releases?
5d2d62e2166e3791558258.png
5d2d62e8bfa56795127752.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Denisov, 2019-07-17
@denissovao

Solution found to add selection by OS version - 10.0 (17134) to AD

R
Rsa97, 2019-07-16
@Rsa97

In PowerShell:

Get-ADComputer -Filter 'operatingSystemVersion -like "10.0*"'  -Properties * | Sort operatingSystemVersion | FT Name, operatingSystem, operatingSystemVersion  -Autosize

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question