我如何从" FTP授权规则"中删除/删除规则?在Powershell?

时间:2017-08-25 09:18:54

标签: powershell iis ftp iis-7 authorization

我正在尝试使用Powershell删除" FTP授权规则"来自IIS7。

以为我找到了" add-webconfiguration" Cmdlet可以在" FTP授权规则"中添加新规则。已成功,但无法找到删除规则的方法。

在get-help add-webconfiguration中,有一个remove-webconfiguration的引用,但此cmdlet不存在。 如果我尝试" get-help Remove-WebConfiguration",系统将显示以下4个项目但是没有"删除-WebConfiguration":

移除-WebConfigurationBackup

移除-WebConfigurationLocation

移除-WebConfigurationLock

移除-WebConfigurationProperty

任何人都知道如何删除" FTP授权规则"中的指定规则?

1 个答案:

答案 0 :(得分:0)

使用“Remove-WebConfigurationProperty”可以成功删除规则

Remove-WebConfigurationProperty -pspath'MACHINE / WEBROOT / APPHOST'-location'FTP'-filter“system.ftpServer / security / authorization”-name“。” -AtElement @ {users =''; roles ='dyk'; permissions ='1'}