powershell 使用路径和参数调用Powershell脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 使用路径和参数调用Powershell脚本相关的知识,希望对你有一定的参考价值。

$scriptLocation = Join-Path $someScriptLocation 'other-location\script.ps1'
$arguments = @{
    one     = 'Hello'
    two     = 'World'
}
$null = & $scriptLocation @arguments

以上是关于powershell 使用路径和参数调用Powershell脚本的主要内容,如果未能解决你的问题,请参考以下文章

带有参数的 PowerShell 调用不替代 PARAM 来安装 MSI

PowerShell ISE:调试从 power-shell 脚本调用的另一个 power-shell 脚本

win10用power shell安装appx文件怎么改安装路径

Powershell 调用使用 App.config 的 .NET 程序集

在 Power Query 中调用 Power BI API

Powershell - 文件名中的变量时不支持路径格式