我正在使用 WASP 编写 powershell 查询。
但每次我想使用 WASP 时,我都必须这样做:
c:\Windows\System32\WindowsPowerShell\v1.0> powershell.exe Install.ps1 -Force
然后我得到这个结果:
正如他们所说:我在 Powershell_ise.exe 中运行它:
Add-PSSnapin WASP
现在 - 我可以使用 WASP 编写查询。
问题
下次我启动 Powershell_ise.exe 并尝试调用脚本时:
我收到此错误:
- 我不想每次都安装它以使用 WASP。我该怎么做才能让 Powershell_ise.exe 自动识别 WASP?
注意
也许答案在最后一个控制台结果行中: 您还可以将该行添加到您的配置文件脚本中以自动加载它。
但我没有找到怎么做。