WebDAV protocol Deprecation Powershell
1 TopicWebDAV Protocol End Of Life Queries and Support for WebDAV commands in PowerShell
We have java based server hosting WebDAV with milton.io framework. We provide Clients server to List, Download or Upload documents via PowerShell commands or WinSCP or WindowsFolder connected to WebDAV URL. My query: Do we know Clients Windows Server would continue to support WebDAV protocol which communicates over WebDAV/HTTPS (Options, Methods) will continue to use this feature. Considering Clients use windows server to communicate with our WebDAVserver. We want to ensure there is no deprecations or end of life support for WebDAV protocols from Windows Server side. We want to ensure that Client servers are able to run powershell commands as mentioned below to continue to use Net use F: https://mycompany.webdavserver.com password*** /USER:username OR New-PSDrive -Name WebDavShare -Credential $C -PSProvider FileSystem -Root $uri | Out-Null Get-ChildItem "WebDavShare:\parentFolder\RootWebDAVFolder" | Foreach-Object { echo $_.FullName }6.4KViews0likes2Comments