net use webdav with ssl

寒铁の云雀 1 Reputation point
2021-01-28T08:46:30.117+00:00

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
因为用户还未通过身份验证,不能执行所要求的操作。

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,601 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rich Matheisen 47,496 Reputation points
    2021-01-28T20:19:45.98+00:00

    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.


  2. 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+SSL

    IIS 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.