Remotely icon indicating copy to clipboard operation
Remotely copied to clipboard

Search for CSV in calling script's directory

Open DamonStamper opened this issue 7 years ago • 0 comments

When importing a module $PSScriptRoot is set to the module's directory not that of the calling script. Thus when you import remotely then look for $PSScriptRoot/machineConfig.CSV you aren't going to pull the config from the same directory as the calling script. This is IMHO a 'must have' feature for remotely.


This change is Reviewable

DamonStamper avatar Nov 27 '17 23:11 DamonStamper