win_updates shouldn't install hidden updates
This commit is contained in:
parent
bc198cc33a
commit
93db039783
1 changed files with 5 additions and 0 deletions
|
@ -121,6 +121,11 @@ $job_body = {
|
|||
$update.AcceptEula()
|
||||
}
|
||||
|
||||
if($update.IsHidden) {
|
||||
Write-DebugLog "Skipping hidden update $($update.Title)"
|
||||
continue
|
||||
}
|
||||
|
||||
Write-DebugLog "Adding update $($update.Identity.UpdateID) - $($update.Title)"
|
||||
$res = $updates_to_install.Add($update)
|
||||
|
||||
|
|
Loading…
Reference in a new issue