Download System Updates Gatherer
Description
A simple command-line utility written with .Net 4.0 using C#. The utility allows collection of Windows Update information on machines both local and remote.
Source Files
The download file systemupdategatherer.zip has the following entries.
.gitignore//from w w w . ja v a 2 s . c om
SystemUpdatesGatherer.sln
SystemUpdatesGatherer/App.config
SystemUpdatesGatherer/Configuration/EmptySqlServerVersionDefinition.cs
SystemUpdatesGatherer/Configuration/IServerList.cs
SystemUpdatesGatherer/Configuration/ISqlServerList.cs
SystemUpdatesGatherer/Configuration/ISqlServerVersionMap.cs
SystemUpdatesGatherer/Configuration/ITargetServer.cs
SystemUpdatesGatherer/Configuration/ITargetSqlServer.cs
SystemUpdatesGatherer/Configuration/SqlServerVersionDefinition.cs
SystemUpdatesGatherer/Configuration/SqlServerVersionDefinitionCollection.cs
SystemUpdatesGatherer/Configuration/SqlServerVersionDefinitionSection.cs
SystemUpdatesGatherer/Configuration/TargetServer.cs
SystemUpdatesGatherer/Configuration/TargetServerCollection.cs
SystemUpdatesGatherer/Configuration/TargetSqlServer.cs
SystemUpdatesGatherer/Configuration/TargetSqlServerCollection.cs
SystemUpdatesGatherer/Configuration/TargetSqlServerSection.cs
SystemUpdatesGatherer/Configuration/TargetWindowsServer.cs
SystemUpdatesGatherer/Configuration/TargetWindowsServerCollection.cs
SystemUpdatesGatherer/Configuration/TargetWindowsServerSection.cs
SystemUpdatesGatherer/Core/IGatherUpdates.cs
SystemUpdatesGatherer/Core/IReportSink.cs
SystemUpdatesGatherer/Executor.cs
SystemUpdatesGatherer/Gatherers/SqlServerVersionGatherer.cs
SystemUpdatesGatherer/Gatherers/WindowsServerUpdateGatherer.cs
SystemUpdatesGatherer/Program.cs
SystemUpdatesGatherer/Properties/AssemblyInfo.cs
SystemUpdatesGatherer/ReportSinks/CompositeSink.cs
SystemUpdatesGatherer/ReportSinks/ConsoleReportSink.cs
SystemUpdatesGatherer/ReportSinks/TextFileReportSink.cs
SystemUpdatesGatherer/SystemUpdatesGatherer.csproj
SystemUpdatesGatherer/app.ico
Download
Click the following link to download systemupdategatherer.zip.
systemupdategatherer.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »