Powershell: Installing Modules on Target System

前端 未结 1 1024
心在旅途
心在旅途 2021-01-07 04:48

When I do this -

PS C:\\> $env:psmodulePath.split(\";\")

I get two folders - i.e. User Module Folder and System Module Folder

相关标签:
1条回答
  • 2021-01-07 05:31

    Try to copy them under the SysWOW64 folder. The SysWOW64 folder contains the 32-bit system files and the System32 contains the 64-bit system files

    C:\windows\SysWOW64\WindowsPowerShell\v1.0\Modules

    0 讨论(0)
提交回复
热议问题