OBSOLETE. Will be removed in a future major version of Carbon. Use Get-IisConfigurationSection
with the Microsoft.Web.Administration
API instead.
Invoke-AppCmd [[-AppCmdArgs] <Object>] [<CommonParameters>]
OBSOLETE. Will be removed in a future major version of Carbon. Use Get-IisConfigurationSection
with the Microsoft.Web.Administration
API instead.
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
AppCmdArgs | Object | The arguments to pass to appcmd. |
false | false |
Get-IisConfigurationSection -SiteName 'Peanuts' -Section 'system.webServer'
Demonstrates the Invoke-AppCmd
is OBSOLETE and will be removed in a future major version of Carbon. Use Get-IisConfigurationSection
with the Microsoft.Web.Administration
API instead.