2 lines
95 B
PowerShell
2 lines
95 B
PowerShell
set-location C:\scripts\automatic-updates\
|
|
(Get-WindowsUpdate) | Export-Csv updates.csv -append |