I have a task to upload package to SharePoint
I tried below scripts, but got System error 67 has occurred
The network name cannot be found
Code: Select all
net use r: "https://xxx.xxxx.com/sites/xxxxx/xxxx/xxxx/document" password /user:domain\username /persistent:Yes
From SharePoint URL I can login and upload the package. Only thing is after login there is Authentication happened. In command line we do not need such authentication, right?
Thanks