How can I import a module into powershell without waiting for it to complete? -
i have psm1 file want load $profile, takes long load. prefer load "in background" doesn't prevent immediate action in powershell prompt. if run job, don't functions psm1 file. ideas how can this? doesn't there flags "load in background" import-module.
powershell jobs run in own session. imagine importing module working fine, not in powershell session want. see about_job_details
why module take long load? maybe can improve that?
Comments
Post a Comment