You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to point, say, Install-KbUpdate's -AllNeeded parameter to Microsoft Update instead of WSUS or a cache file, similar to how this is implemented in PSWindowsUpdate?
Is there a way to point, say,
Install-KbUpdate
's-AllNeeded
parameter to Microsoft Update instead of WSUS or a cache file, similar to how this is implemented in PSWindowsUpdate?This might look like the following,
Install-KbUpdate -ComputerName localhost, sqlcs, sql01 -AllNeeded -MicrosoftUpdate
The text was updated successfully, but these errors were encountered: