Invoke-AppCmd

OBSOLETE. Will be removed in a future major version of Carbon. Use Get-IisConfigurationSection with the Microsoft.Web.Administration API instead.

Syntax

Invoke-AppCmd [[-AppCmdArgs] <Object>] [<CommonParameters>]

Description

OBSOLETE. Will be removed in a future major version of Carbon. Use Get-IisConfigurationSection with the Microsoft.Web.Administration API instead.

Parameters

Name Type Description Required? Pipeline Input Default Value
AppCmdArgs Object

The arguments to pass to appcmd.

false false

EXAMPLE 1

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.