How can I execute scripts in a code created powershell shell that has Write-Host commands in it?

后端 未结 3 947
野性不改
野性不改 2021-01-08 00:06

I have a script that I am writing which relies on functions in an imported module. This script takes a while due to IO (web requests) and I would like to parallize it for h

3条回答
  •  孤城傲影
    2021-01-08 00:45

    Try changing your WMF version to 5.1 - https://www.microsoft.com/en-us/download/details.aspx?id=54616

提交回复
热议问题