User623077956 posted
I am trying to update the status of Windows authentication in IIS, I tried to execute with the command:
"Set-WebConfigurationProperty -Filter "/system.webServer/security/authentication/windowsAuthentication" -Name Enabled -Value True -PSPath "IIS:\Sites\$SiteName\$AppName"
but I get the error:
WARNING Property Enable is not found on /system.webServer/security/authentication/windowsAuthentication
Microsoft Authentication works and is installed on the machine I am working on, I would love if someone got a solution