码迷,mamicode.com
首页 > 其他好文 > 详细

IIS功能查看、配置

时间:2014-09-22 19:39:23      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   os   ar   2014   sp   on   c   

#获取所有IIS功能列表:

get-webconfiguration -filter /system.webserver

bubuko.com,布布扣

 

#查看目录浏览功能的配置信息:
Get-WebConfiguration -filter /system.webServer/directoryBrowse -PSPath ‘IIS:\Sites\Default Web Site‘ |select *

#查看特定属性信息:
Get-WebConfigurationProperty -filter /system.webServer/directoryBrowse -name enabled -PSPath ‘IIS:\Sites\Default Web Site‘

 

IIS PowerShell管理命令:http://technet.microsoft.com/en-us/library/ee790599.aspx

IIS功能查看、配置

标签:blog   http   io   os   ar   2014   sp   on   c   

原文地址:http://www.cnblogs.com/dreamer-fish/p/3986385.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!