Web Deploy - Delete remote app pool
如要使用 Web Deploy 刪除遠端 application pool,可以指定 Web Deploy 使用 delete 操作,dest 使用 appPoolConfig provider,並帶入要刪除的 application pool 名稱,及用 computerName provider setting 指定遠端電腦的位置。
msdeploy –verb:delete –dest: appPoolConfig ="<DestAppPool>",computerName=<DestServer>