To uninstall the WebDAV module from IIS, you can use the Uninstall-WindowsFeature or Remove-WindowsFeature cmdlet, depending on your Windows version. Here's how you can do it:
Run PowerShell as Administrator:
Right-click the PowerShell icon and select "Run as Administrator".
Check if the WebDAV Publishing feature is installed:
Get-WindowsFeature WebDAV
If the WebDAV Publishing feature is installed, it will show up in the results.
Uninstall the WebDAV Publishing feature:
For Windows Server 2012 or later:
Uninstall-WindowsFeature Web-DAV-Publishing
iisreset
Zach Sylvester
Andrea FreeSmarterTools Inc.877-357-6278www.smartertools.com
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add noreply@smartertools.com to your trusted senders list in your email software.