Scripting with OSDUpdate
List all Servicing Stacks
Get-OSDUpdate | ? {$_.UpdateGroup -eq 'SSU'} | Select CreationDate, Title
Download all Servicing Stacks


Last updated
Was this helpful?
Get-OSDUpdate | ? {$_.UpdateGroup -eq 'SSU'} | Select CreationDate, Title


Last updated
Was this helpful?
Was this helpful?
Get-OSDUpdate | ? {$_.UpdateGroup -eq 'SSU'} | Get-DownOSDUpdate -DownloadPath C:\Temp\Stacks