gpt4 book ai didi

iis - 在 PowerShell 中显示所有站点和绑定(bind)

转载 作者:行者123 更新时间:2023-12-03 06:28:04 26 4
gpt4 key购买 nike

我正在记录 IIS 中的所有站点以及与该站点相关的绑定(bind)。有没有一种简单的方法可以通过 PowerShell 脚本获取此列表,而不是手动键入查看 IIS?

我希望输出是这样的:

Site                          Bindings
TestSite www.hello.com
www.test.com
JonDoeSite www.johndoe.site

最佳答案

试试这个:

Import-Module Webadministration
Get-ChildItem -Path IIS:\Sites

它应该返回如下所示的内容:

Name             ID   State      Physical Path                  Bindings
---- -- ----- ------------- --------
ChristophersWeb 22 Started C:\temp http *:8080:ChristophersWebsite.ChDom.com

从这里您可以优化结果,但要小心。指向 select 语句的管道不会为您提供所需的内容。根据您的要求,我将构建一个自定义对象或哈希表。

关于iis - 在 PowerShell 中显示所有站点和绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15528492/

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