Kimmels-n-Bits / PSRelativityConfig

A PowerShell module with cmdlets to configure Relativity environments.
MIT License
1 stars 0 forks source link

Create function Invoke-InstallerFileCopyJob #10

Closed Kimmels-n-Bits closed 2 months ago

Kimmels-n-Bits commented 3 months ago

Using the same job creation and management framework as the other existing Invoke-*Job functions create a job that copies the appropriate installer(s) from the RelativityInstallerBundle to each server that needs it/them.

Each server should be responsible for copying its own installer(s) from the installer UNC path, using the PSSessionConfiguration that was registered using the $NetworkCredential credential object.

Oasis-MS commented 2 months ago

renamed to Copy-Files to better align with PS Verb conventions