PoshWSUS
PoshWSUS copied to clipboard
PowerShell module to manage Windows Server Update Services (WSUS)
When I use the powershell command remove-pswsusclientfromgroup against a replica WSUS server, the computers are removed from the group on the replica server, but the changes don't get synced to...
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...
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...
This script produces 4 lines of output for each item: $computers = Get-PSWSUSClient -IncludedInstallationState failed -IncludeDownstreamComputerTargets ; $failed += foreach ($computer in $computers) { Get-PSWSUSUpdatePerClient $computer -UpdateScope (New-PSWSUSUpdateScope -IncludedInstallationStates Failed)...
For any given update, WSUS has information for which updates it supersedes, and which updates it is superseded by. Is it possible to get information in the `Get-PSWSUSUpdate` command beyond...
Add NameIncludes Property to ComputerScope ParameterSetName. Adds the possibility to search computers by name in Downstream Servers.
My module, kbupdate, depends on PoshWSUS and I'm just going thru my commands seeing what can be offered/supported by Core. If it's possible for PoshWSUS to support Core, that'd be...
I'm trying to implement the following as a scheduled task: 1.) Approve all updates with status "Needed" for a given `ComputerTargetGroup` _test_group_ (this is the group with the test systems...
Correct built in help error in port listing. Changed 8350/8351 to 8530/8531.
If you are being dumb, and haven't run or read the directions, PSWsus commands don't fail gracefully if you have not run Connect-PSWSUSServer. Recommend implementing a check or verification that...