(imported comment written by jessewk)
PropagateFiles.exe sha1=b49db2f43bbfd9f46d45bdbd9084f81771766703 size=1006664 url=http://software.bigfix.com/download/bes/cpm/PropagateFiles.exe
See here for information on how we set things up for CPM:
http://support.bigfix.com/cgi-bin/kbdirect.pl?id=824
Usage:
The following must be run once to create the authorization that lets the special user write to the special custom site:
PropagateFiles.exe CreateFileOnlyCustomSiteUserAuthorization <site admin pvk> <site admin password> <dsn> <operator name> <operator password> <site name>
is a dsn that points to the BES database. If run on the BES Server, the dsn “bes_bfenterprise” should already exist.
is a user name for a BigFix user created through BESAdmin (does not have to be a master operator)
is the password for that BigFix user
is a custom site name, and must begin with FileOnlyCustomSite_
The following will propagate the contents of a directory to a file-only custom site. Any existing files in the site will be overridden by this propagation.
PropagateFiles.exe UpdateFileOnlyCustomSite<dsn> <operator name> <operator password> <operator pvk file location> <directory to propagate> <site name>
is a path to a directory (c:\CustomSite, for example) that contains the files that you want to go into the custom site. The entire contents of the custom site wiil be replaced by the contents of the directory.
is a custom site name, and must begin with FileOnlyCustomSite_
To subscribe computers to the site ‘FileOnlyCustomSite_Foo’, create an action with relevance:
((not exists custom site subscription effective date
"CustomSite_FileOnlyCustomSite_Foo") OR (custom site subscription effective date
"CustomSite_FileOnlyCustomSite_Foo" < universal time
"<add current GMT time here, not relevance 'now'>"))>
and action script:
custom site subscribe CustomSite_FileOnlyCustomSite_Trend as
"FileOnlyCustomSite_Foo" on
"<add current GMT time here, not relevance 'now'>"