Select-WebConfiguration

Select-WebConfiguration

Returns Web configuration objects.

Syntax

Parameter Set: Default
Select-WebConfiguration [-Filter] <String[]> [ <CommonParameters>]

Detailed Description

Returns information about IIS configuration objects.

Parameters

-Filter<String[]>

An XPath filter.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

-------------- EXAMPLE 1: Get configuration settings --------------

Returns the configuration collection from the appSettings location. The specified location must exist or an error is returned.

IIS:\>Select-WebConfiguration "get-config(MACHINE/WEBROOT/APPHOST/testSite)/appSettings"