PaulHigin / PSThreadJob

A PowerShell module for running concurrent jobs based on threads rather than processes
MIT License
180 stars 18 forks source link

Add setting the current working directory in the job runspace. #47

Closed PaulHigin closed 5 years ago

PaulHigin commented 5 years ago

This addresses issue (#46), and now all jobs will run with the session current working directory is set to the current working directory of the calling cmdlet.