Removes an IIS application pool.
Uninstall-IisAppPool [-Name] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
If the app pool doesn't exist, nothing happens.
Beginning with Carbon 2.0.1, this function is available only if IIS is installed.
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String | The name of the app pool to remove. |
true | false | |
WhatIf | SwitchParameter | false | false | ||
Confirm | SwitchParameter | false | false | ||
CommonParameters | This cmdlet supports common parameters. For more information type Get-Help about_CommonParameters . |
Uninstall-IisAppPool -Name Batcave
Removes/uninstalls the Batcave
app pool.