Patch Trending for Symantec Management Platform
There are also some Docs
[//]: # (- Build Errors
PatchTrending-#.exe /install
This will install the Stored Procedures (See Database for more info).
There might be issues with the command
PatchTrending-#.exe /upgrade
Instead just run the following manually in SSMS.
exec spTrendInactiveComputers @force = 1
exec spTrendPatchComplianceByComputer @force = 1
exec spTrendPatchComplianceByUpdate @force = 1
This will create the Tables necessary for the PatchTrending-#.exe /collectdata
to run. You can create a new Task in the SMP to run this daily or 3 separate Tasks which run each SP on its own.
Finally create a final nightly Task to build the site: PatchTrending-#.exe /buildsite
See SiteBuilder for full instructions.
The default install directory is
C:\Program Files\Altiris\Notification Server\Web\PatchTrending\
This will then allow you to see it in a Web Browser.
http://<your_smp_name>/altiris/ns/patchtrending
Original PatchTrending from Ludovic Ferre
[END OF "SUPPORT" NOTICE]
Hello everyone, after close to 5 years maintaining various tools around Symantec Connect this legacy is turning to be more of a burden than anything else. It's still is a great set of tool and they all have their use, but as such I'm not going to maintain them anymore. The source code for this tool may still change over time, and can be found on Github: https://github.com/somewhatsomewhere?tab=repositories
[/END OF "SUPPORT" NOTICE]
Check the WIKI or the following Symantec Connect Articles