首页 > 其他 > 详细

IIS功能查看、配置

时间:2014-09-22 18:30:34      阅读:224      评论:0      收藏:0      [点我收藏+]

#获取所有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功能查看、配置

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!