PoshWSUS icon indicating copy to clipboard operation
PoshWSUS copied to clipboard

Get-PSWSUSUpdateSummaryPerClient didn't show Values for Computer

Open ThomasSchoeller opened this issue 8 years ago • 1 comments

Computer Values are empty

Get-PSWSUSUpdateSummaryPerClient -UpdateScope (New-PSWSUSUpdateScope -TextIncludes "4012212" -ExcludedInstallationStates NotApplicable,Installed)

Computer                  Installed Needed Failed PendingReboot 
--------                  --------- ------ ------ ------------- 
                          0         0      0      0             
                          0         0      0      0             
                          1         0      0      0             

POSHWSUS 2.3.1.2
Windows Server 2016

The same command works on great on previous WSUS Server. (Windows 2012 R2, POSHWSUS Version unknown)

Also tested on Windows Server 2012 R2, POSHWSUS 2.2.1 fine there also.

Seams related to #36

ThomasSchoeller avatar Nov 16 '17 15:11 ThomasSchoeller

Can you paste the script that works to show this?

libracos avatar Nov 23 '21 09:11 libracos