将 powershell 脚本调度到服务器上的 运行 - 发现 powershell.exe
Scheduling powershell script to run on server - finding powershell.exe
我正在尝试将 powershell 脚本安排到服务器上的 运行。我使用了 $env:PSModulePath 并且 powershell 位置之一是 c:\windows\system32\windowsPowerShell\v1.0\Modules。当我查看那个位置时,那里没有 Powershell.exe。我想将其用于系统调度程序中的应用程序名称。如何验证 Powershell.exe 是否存在?我还想找出使用上面的 $env 命令看到的所有 powershell 版本的每个版本,以验证哪个版本是我在我的计算机上测试过的 5.1 版本。
c:\windows\system32\windowsPowerShell\v1.0\Modules
是Modules目录
$psHome
returns .exe 位置
我正在尝试将 powershell 脚本安排到服务器上的 运行。我使用了 $env:PSModulePath 并且 powershell 位置之一是 c:\windows\system32\windowsPowerShell\v1.0\Modules。当我查看那个位置时,那里没有 Powershell.exe。我想将其用于系统调度程序中的应用程序名称。如何验证 Powershell.exe 是否存在?我还想找出使用上面的 $env 命令看到的所有 powershell 版本的每个版本,以验证哪个版本是我在我的计算机上测试过的 5.1 版本。
c:\windows\system32\windowsPowerShell\v1.0\Modules
是Modules目录
$psHome
returns .exe 位置