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
When I run Get-KbUpdate -Since (Get-Date).AddDays(-30) -Architecture x64 | Out-GridView -Passthru | Save-KbUpdate -Path C:\temp\WindowsUpdates
I get the error "WARNING: [21:04:35][Save-KbUpdate] You must specify a KB name or pipe in results from Get-KbUpdate"
If I run Get-KbUpdate -Since (Get-Date).AddDays(-30) -Architecture x64 | Out-GridView I don't get any results, so I assume the issue is that it isn't finding anything.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
When I run Get-KbUpdate -Since (Get-Date).AddDays(-30) -Architecture x64 | Out-GridView -Passthru | Save-KbUpdate -Path C:\temp\WindowsUpdates
I get the error "WARNING: [21:04:35][Save-KbUpdate] You must specify a KB name or pipe in results from Get-KbUpdate"
If I run Get-KbUpdate -Since (Get-Date).AddDays(-30) -Architecture x64 | Out-GridView I don't get any results, so I assume the issue is that it isn't finding anything.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: