net use map SharePoint drive not working
Posted: 07 Oct 2022 11:33
Hi All,
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
What could go wrong here? The above error so general...
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
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