Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

using target computer as source for install file or file copy

Is it possible to specify the target machine as a source for the install file instead of a network location or the machine running PDQ Deploy?

e.g. C:\Users\%username%\Downloads

or, use the File Copy step to copy a file from one directory on the target computer to another directory on the target computer?

or would I need to use command step for this?

1

Comments

6 comments
Date Votes
  • Yes. I use file copy and copy it to C:\Windows\AdminArsenal (all workstation should have this file structure who are in PDQ) and use that location to do the install. I prefer using C:\Windows\AdminArsenal so you can clean up that folder if you have lot of files in there.

    1
  • But where are you copying the file from?

    1
  • I use file copy.I have a share on PDQ server where I have install copies

    step For example:

    Source \\<server name>\<folder containings the files you want to copy>

    Target C:\Windows\AdminArsenal\

    I have install step for example that does something like

    cd C:\Windows\AdminArsenal\<folder where you have your install files)

    Command that trigger the install

    call <some bat file>.bat

    or powershell command

     

    1
  • Thanks, but can the source path be on the target machine? (the installer already exists on each target computer and is unique to each user)

    I guess I will need the Enterprise version rather than free to make use of file copy and command step to make this work.

     

    1
  • You will need to use a Command or PowerShell step. The Install step always copies the Install File to the runner directory (C:\Windows\AdminArsenal\PDQDeployRunner\service-#\exec) before executing it.

    https://help.pdq.com/hc/en-us/articles/220509287-How-It-Works-PDQ-Deploy

    https://www.pdq.com/blog/alternative-to-dfs-deploying-to-remote-sites-with-powershell/

    1
  • Thanks, I now have the Enterprise license so can use a command step. 

    1