Copying files parameter

I’m working on a Java upgrade and want to use the Powershell Application Deployment Tookkit. I’m new at this.

I need to copy the exceptions.sites file from the installation package to a subfolder on the target computer.

Would I save the file to the SupportFiles directory.
Is there a parameter that already references this location that I should use.

Thanks very much for your help.

You can save the file to eithere Files or SupportFiles. The variable for supportfiles is $dirSupportFiles The PSAppDeploymentToolkitAdminGuide.docx included is a great read about all of the available options. The AppDeployToolkitMain.ps1 in AppDeployToolkit contains all of the base variables.

1 Like