Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の winmgmt を使用します。
Set WebAdminWMI = GetObject("winmgmts:root\WebAdministration") Set VDirWMI = WebAdminWMI.Get("VirtualDirectory")
Set WebAdminWMI = GetObject("winmgmts:root\WebAdministration")
Set VDirWMI = WebAdminWMI.Get("VirtualDirectory")
Path と SiteName で特定の仮想ディレクトリを削除するにはどうすればよいですか?
前もって感謝します。
Delete_メソッドを使ってみる
Delete_
VDirWMI.Delete_