Dear community,
i found a wonderfull powershell script “InstallSoftwareRemotely.ps1” which is first copying the installation files to the remote computer and installing it from there.
After successful installation it deletes the copied local files…
Here is the mentioned script:
https://gallery.technet.microsoft.com/scriptcenter/Install-software-on-9278d883
Is there any similar way to implement this nice feature in this PSAppDeployToolkit?
When not is there any Powershell expert who can help to implement this nice feature with the help of the already existing code from InstallSoftwareRemotely.ps1 ?