CheckIfAppPoolExists


CheckIfAppPoolExists
    [-name] <String>

Description

Checks for the presence of an application pool matching the name.

Example


if(CheckIfAppPoolExists -name "MyAppPool")
{
    Write-Host "AppPool exists"
}