gpt4 book ai didi

用于设置 IIS 环境变量的 PowerShell 脚本

转载 作者:行者123 更新时间:2023-12-02 22:39:06 25 4
gpt4 key购买 nike

如何使用 PowerShell 自动执行以下步骤? :

  • 转到 IIS 并选择一个网站(网站名称很可能作为参数在脚本中传递)
  • 进入配置编辑器
    enter image description here
  • 在下拉列表中选择 aspNetCore 部分
    enter image description here
  • 进入环境变量
    enter image description here
  • 添加新收藏
    enter image description here
  • 创建新的环境变量
    enter image description here
  • 最佳答案

    感谢 Lex Li,似乎配置编辑器在保存之前自动生成脚本。这让我得到了最终的 PS 脚本:

    Add-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST/WEBSITENAME'  -filter "system.webServer/aspNetCore/environmentVariables" -name "." -value @{name='EnvironmentVariableName';value='EnvironmentVariableValue'}

    关于用于设置 IIS 环境变量的 PowerShell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55067312/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com