IIS7 appcmd列表网站:是否有一个通配符来过滤(即所有绑定端口443)?

在IIS7中,是否可以将appcmd list sites命令的结果过滤到(例如)在端口443上运行的所有站点?

例如:

/appcmd list sites /bindings:http://216.123.123.123:443:*wildcard 

事实上,我只能过滤确切的绑定,如:

 /appcmd list sites /bindings:http://216.123.123.123:443:some.hostheader.com 

不是在AppCmd,但为什么不pipe它到FINDSTR,例如:

appcmd列表网站| findstr / spin hostheader.com

或appcmd列表网站| findstr / spin 216.123.123.123:443

是的,你可以用AppCmd做到这一点:
%windir%\system32\inetsrv\AppCmd.exe list site /bindings:http/*:8315: