The PowerShell equivalent of the CMD.EXE command "net use" is New-PSDrive. However, neither CMD.exe nor PowerShell have the native ability to reference HTTP/HTTPS sources as providers.
net use webdav with ssl
how can i connect webdav with net use command
i type net use x: "https://****.com/foldername" /user:username password
but always show error 1224
因为用户还未通过身份验证,不能执行所要求的操作。
2 answers
Sort by: Most helpful
-
-
Ian Xue 38,861 Reputation points Microsoft Vendor
2021-01-29T06:40:37.233+00:00 Hi,
It's an IIS issue and I found a similar one here
https://forums.iis.net/t/1176106.aspx?WebDAV+over+SSLIIS is currently not supported in the Q&A forums, the supported products are listed over here https://learn.microsoft.com/en-us/answers/products (more to be added later on).
You can ask the experts in the dedicated IIS forum over here:
https://forums.iis.net/Best Regards,
Ian Xue============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.