source file in only one (or) many based on all endpoints?
because one source file (xml) mean use software deployment for uploading purposes then use copy command in the directory.
I understood what you trying to explain , but problem is that i have a bigfix script that dynamically create xml file or files , so i have no fix names . I want to copy the dynamically generated files into share drive.
If i go to s/w wizard it will take extra time and effort and i guess i need to create two script one for generation and other for upload.
If you want to copy a file to a network share with bes client, you must start bes client service with a domain user who has write access for target share directory.
You could use secure parameters to connect the drive with a user/password but unless the UNC share is open to all for writing/reading then it would not be able to be connected to by a service running as LOCAL SYSTEM
I want to use the secret parameter as below but it is not prompting me to enter password value?
dos net user adminstrator {parameter “secret” of action}
dos net use V: \server1\Action_History {parameter “secret” of action} /user:domain\user /persistent:no
copy c:\temp\AgentRestart-2dec.csv V:\action_history\AgentRestart-2dec.csv
dos net use /delete /y v:
Hi, i did not get how to add domain computers to provide write access? However i have added local system and domain systems account to write access but still unable to copy the file to the shared folder
It seems like you are trying to get the results of a script that outputs XML from one or many clients.
You could write relevance to pull back the parts of the file you need as results into an analysis property.
You could also use the Upload manager to upload files from the client to the root server, but you would need access to the root server to get the results, and I wouldn’t recommend overdoing this. It is not a bad option for random troubleshooting, but it isn’t great to use a lot on every client.
i found the solution for copy files and below is the working script for me from the copy part
download http://appserver:52311/Uploads/stage/RunAsCurrentUser-2.0.3.1.exe
// copying the xml and csv files to the network location i.e. \server1
delete vjcopy.cmd
delete “c:\temp\vjcopy.cmd"
createfile until @end_create_copy_file
c:
cd c:\temp
SET mydir1=”\server\IEM_Action_History\IEM_PATCH_REPORT"