(imported topic written by David_Chewning91)
I have two questions:
-
Is there any way for the client to know what operator issued a task? Something like {name of operator} could be useful in relevance.
-
Currently when uploading a file with:
// set max size to 10971520 to prevent too much data. If the zip file is to bigger than 10MBs the upload won’t occur
setting “_BESClient_ArchiveManager_MaxArchiveSize”=“10971520” on “{parameter “action issue date” of action}” for client
setting “_BESClient_ArchiveManager_OperatingMode”=“2” on “{parameter “action issue date” of action}” for client
setting “_BESClient_ArchiveManager_FileSet-CMD”=“C:\somefile.txt” on “{parameter “action issue date” of action}” for client
// send results
archive now
It goes to: C:\Program Files (x86)\BigFix Enterprise\BES Server\UploadManagerData\BufferDir\sha1<last 2 digits of computer id><computer id>
Is there any way to direct it to a different specific folder?
To tie the two questions together uploading the file to something like “{“C:\output” & name of operator & “”}” would be great.
DC