gpt4 book ai didi

powershell - 术语 'X'无法识别为cmdlet的名称

转载 作者:行者123 更新时间:2023-12-03 00:36:39 31 4
gpt4 key购买 nike

我发现this script可以循环遍历.csv文件并将它们组合成一个Excel工作表。然后,我创建了第二个脚本,以如下方式调用该脚本:

echo "Combining .csv files into Excel workbook"
C:\PowerShell\ConvertCSVtoExcel.ps1
Get-ChildItem *.csv | ConvertCSV-ToExcel -output ePortalMontlyReport.xlsx
echo " "

但是,当我尝试运行脚本时,出现以下错误:

ConvertCSV-ToExcel:术语“ConvertCSV-ToExcel”不被识别为名称
cmdlet,函数,脚本文件或可操作程序的名称。检查的拼写
名称,或者如果包含路径,请验证路径是否正确,然后尝试
再次。
在C:\ PowerShell \ Merge.ps1:3 char:23
+ Get-ChildItem * .csv | ConvertCSV-ToExcel-输出ePortalMontlyReport。 ...
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo:ObjectNotFound:(ConvertCSV-ToExcel:String)[],CommandNotFoundException
+ FullyQualifiedErrorId:CommandNotFoundException

有关如何解决此问题的任何建议?

最佳答案

您需要点源.ps1文件,以将其中的功能导入到 session 中。

. C:\PowerShell\ConvertCSVtoExcel.ps1

关于powershell - 术语 'X'无法识别为cmdlet的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36407623/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com