Hello, my problem is over Wsus and the W10 clients information
I researched this and since 2004 Version (19041) all versions have a common core (this is the problem).
I use POSHWSUS to extract reports, it uses a "Get-WSUSclient" command to extract the reports.
I have a main Wsus server and then several secondary ones at each site.
I extract the report from the main one, connecting the script to each server.
I don't show the script here so as not to fill it with text, but I can add it if you want to see it.
The paramether that shows the OS Version in script is "ClientVersion" but shows 19041 in all clients".
There are a keys in regedit (\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion) that shows the correct version (CurrentBuild and CurrentBuildNumber)
As Get-PsWSUSClient does not include any parameter or attribute that can show any of these keys (ClientVersion but it shows all clients with wrong version 19041), does anyone know of any way to be able to extract a report with the correct version of Build that does not involve having to hire third-party software?
Only need a report with current build and computer name.
Hello, my problem is over Wsus and the W10 clients information I researched this and since 2004 Version (19041) all versions have a common core (this is the problem). I use POSHWSUS to extract reports, it uses a "Get-WSUSclient" command to extract the reports.
I have a main Wsus server and then several secondary ones at each site. I extract the report from the main one, connecting the script to each server. I don't show the script here so as not to fill it with text, but I can add it if you want to see it.
The paramether that shows the OS Version in script is "ClientVersion" but shows 19041 in all clients".
There are a keys in regedit (\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion) that shows the correct version (CurrentBuild and CurrentBuildNumber)
As Get-PsWSUSClient does not include any parameter or attribute that can show any of these keys (ClientVersion but it shows all clients with wrong version 19041), does anyone know of any way to be able to extract a report with the correct version of Build that does not involve having to hire third-party software?
Only need a report with current build and computer name.
Help!
Thanks to all