【问题标题】:PowerShell command: Feature Delegation settings : Delegate an Application Feature as Read/WritePowerShell 命令:功能委派设置:将应用程序功能委派为读/写
【发布时间】:2015-07-29 05:00:14
【问题描述】:

寻找 Power shell 脚本或命令,在功能委派 ->IIS 中将“身份验证 - 匿名”的值从“只读”更改为“读/写”。

提前致谢

【问题讨论】:

    标签: authentication iis


    【解决方案1】:

    在谷歌上搜索后,我找到了这个。它对我有用。

    appcmd unlock config /section:anonymousAuthentication
    

    当然,Appcmd 需要在您的路径中。它通常位于 %windir%\system32\inetsrv。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-02-24
      • 1970-01-01
      • 2021-08-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多