简体   繁体   English

可以使用Powershell导出IIS ip绑定吗? 没有安装单独的模块

[英]Possible to Export IIS ip bindings using Powershell ? no seperate module installed

I saw some approaches to find domains bound to ip and port using powershell + a custom modul. 我看到了一些使用powershell +自定义模块查找绑定到ip和port的域的方法。

Is there a way to do it without installing anything else besides powershell v. 2.0 ? 有没有办法在没有安装PowerShell v.2.0之外的任何其他东西的情况下做到这一点?

What I need is public ip adress + ports used for a website which is hosted by iis. 我需要的是用于由iis托管的网站的公共IP地址+端口。

Any Ideas? 有任何想法吗? Maybe there is even an export/import function inside of iis? 也许在iis中甚至还有一个导出/导入功能?

You can find the bindings like this: 你可以找到这样的绑定:

Import-Module WebAdministration
Get-WebBinding

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM