I
iliyasmomin
Hi,
i want know status of specific group client status
when every time i did patching i have to check status every client in specific group manually
if all approve patches are installed after reboot then its show 100 %
but some time some patches are not approved then its very long process to check every client status in Update needed .
i need some command to know all client status which is approve
please tell me below cmd will work
if not share me which cmd i should use // abc is group name
Get-WsusComputer -ComputerTargetGroups abc -ComputerUpdateStatus FailedOrNeeded -IncludeDownstreamComputerTargets InstalledPendingReboot,Downloaded,installed,Failed -Approval approve
Continue reading...
i want know status of specific group client status
when every time i did patching i have to check status every client in specific group manually
if all approve patches are installed after reboot then its show 100 %
but some time some patches are not approved then its very long process to check every client status in Update needed .
i need some command to know all client status which is approve
please tell me below cmd will work
if not share me which cmd i should use // abc is group name
Get-WsusComputer -ComputerTargetGroups abc -ComputerUpdateStatus FailedOrNeeded -IncludeDownstreamComputerTargets InstalledPendingReboot,Downloaded,installed,Failed -Approval approve
Continue reading...