Checks if an app pool exists.
Test-IisAppPoolExists [-Name] <String> [<CommonParameters>]
Returns True
if an app pool with Name
exists. False
if it doesn't exist.
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String | The name of the app pool. | true | false |
Test-IisAppPoolExists -Name Peanuts
Returns True
if the Peanuts app pool exists, False
if it doesn't.