我正在尝试通过PowerShell ISE运行SSIS包
Executable: C:\Windows\System32\WindowsPowershell\v1.0\PowerShell.exe
Arguments: N:\PowerShell\Move-Item.ps1
但问题是Arguments文件位于没有SSIS的网络驱动器中。我的SSIS位于名为PFACESQAA的服务器中。可执行文件来自我的网络驱动器(Active Directory域)。如何从Active Directory域运行此命令或运行此操作的最佳方法是什么。我希望我有道理。
谢谢,
答案 0 :(得分:0)
Powershell的-file
参数可以正常使用网络路径,这是一个例子:
powershell.exe -executionpolicy bypass -file \\server\share\file.ps1