【发布时间】:2017-08-25 09:18:53
【问题描述】:
我正在尝试使用 Powershell 从 IIS7 中删除“FTP 授权规则”。
以为我找到了“add-webconfiguration”Cmdlet,可以在“FTP授权规则”中成功添加新规则,但找不到删除规则的方法。
在get-help add-webconfiguration中,有remove-webconfiguration的引用,但是这个cmdlet不存在。 如果我尝试“get-help Remove-WebConfiguration”,系统将显示以下 4 项但没有“Remove-WebConfiguration”:
删除-WebConfigurationBackup
删除-WebConfigurationLocation
移除-WebConfigurationLock
删除-WebConfigurationProperty
有人知道如何删除“FTP授权规则”中的指定规则吗?
【问题讨论】:
标签: powershell iis ftp iis-7 authorization