Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
powershell显示web应用程序身份验证_Powershell_Authentication_Iis - Fatal编程技术网

powershell显示web应用程序身份验证

powershell显示web应用程序身份验证,powershell,authentication,iis,Powershell,Authentication,Iis,我有一个脚本,可以从IIS中提取所有站点和应用程序信息。我能够使用Windows获得网站身份验证,基本,匿名 获取WebConfiguration属性-filter system.webServer/security/authentication/anonymousAuthentication-Location IIS:\Sites\$siteName-name enabled.value 如何获得站点下应用程序的身份验证?我猜上面的代码不起作用。下面是我用来获取应用程序身份验证的内容 获取We

我有一个脚本,可以从IIS中提取所有站点和应用程序信息。我能够使用Windows获得网站身份验证,基本,匿名

获取WebConfiguration属性-filter system.webServer/security/authentication/anonymousAuthentication-Location IIS:\Sites\$siteName-name enabled.value


如何获得站点下应用程序的身份验证?

我猜上面的代码不起作用。下面是我用来获取应用程序身份验证的内容

获取WebConfiguration属性-filter system.webServer/security/authentication/anonymousAuthentication-PSPath IIS:\Sites\$siteName\$appName-name enabled.value

对于基本身份验证和windows身份验证,我重复这一点

谢谢