C:\Windows\System32\inetsrv>appcmd.exe list app
APP "Default Web Site/" (applicationPool:DefaultAppPool)
APP "Default Web Site/TS" (applicationPool:TSWebAccess)
C:\Windows\System32\inetsrv>appcmd.exe list config "Default Web Site/" -section:
system.WebServer/security/authentication/windowsAuthentication
<system.webServer>
<security>
<authentication>
<windowsAuthentication enabled="true">
<providers>
<add value="Negotiate" />
<add value="NTLM" />
</providers>
</windowsAuthentication>
</authentication>
</security>
</system.webServer>
C:\Windows\System32\inetsrv>
C:\Windows\System32\inetsrv>appcmd.exe list config "Default Web Site/TS" -sectio
n:system.WebServer/security/authentication/windowsAuthentication
<system.webServer>
<security>
<authentication>
<windowsAuthentication enabled="true" useKernelMode="false">
<providers>
<add value="NTLM" />
<add value="Negotiate" />
</providers>
</windowsAuthentication>
</authentication>
</security>
</system.webServer>
C:\Windows\System32\inetsrv>