在PowerShell之间添加-pnpfile

时间:2018-02-23 14:55:18

标签: powershell sharepoint

我有这样的不便,我试图在sharepoint之间复制一个文件,我已经将文件放在一个变量中,但是当我尝试时,它说:

Add-PnPFile : Access denied. You do not have permission to perform this 
action or access this resource.
At line:1 char:1
+ Add-PnPFile -Path "http://domain/$cow" -Folder Documents
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : WriteError: (:) [Add-PnPFile], 
ServerUnauthorizedAccessException
+ FullyQualifiedErrorId : 
EXCEPTION,SharePointPnP.PowerShell.Commands.Files.AddFile

我想知道如何打开两个连接,一个用于获取该sharepoint中的文件,然后发送到另一个。

这是我使用

的代码
Add-PnPFile -Path "http://domain/$cow" -Folder Documents

$ cow 是变量,用于保存我的文件,文档是我要添加文件的地方。

谢谢

0 个答案:

没有答案