gpt4 book ai didi

powershell - 使用 “GetList”参数调用 “1”的异常

转载 作者:行者123 更新时间:2023-12-02 23:05:35 24 4
gpt4 key购买 nike

尝试获取列表时出现以下异常:

Exception calling "GetList" with "1" argument(s): "<nativehr>0x80070002</nativehr><nativestack></nativestack>"
At C:\Scripts\teaCvProfileUpdate\uploadTeaCvsToSharepoint.ps1:37 char:36
+ $cvDocumentLibrary = $spWeb.GetList <<<< ("/people/User Resumes/Forms/")
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException

以下是相关的三行代码(powershell):
$spSite = Get-SPSite $mySiteUrl
$spWeb = $spSite.OpenWeb("/")
$cvDocumentLibrary = $spWeb.GetList("/people/User Resumes/Forms/")

有人可以告诉我为什么会这样吗?

谢谢。 :)

最佳答案

尝试:

$spSite = Get-SPSite $mySiteUrl
$spWeb = $spSite.OpenWeb("people")
$cvDocumentLibrary = $spWeb.GetList("/people/User Resumes")

关于powershell - 使用 “GetList”参数调用 “1”的异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9197596/

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