Get-WebConfigurationLocation

Get-WebConfigurationLocation

Gets the location of a configuration setting.

구문

Parameter Set: Default
Get-WebConfigurationLocation [[-PSPath] <String[]> ] [[-Name] <String> ] [-Recurse] [ <CommonParameters>]

자세한 설명

The Get-WebConfigurationLocation cmdlet gets the location of a specified configuration setting.

매개 변수

-Name<String>

Specifies the name of the configuration location. If you do not specify this parameter, this cmdlet gets all locations.

별칭

없음

필수 여부

false

위치

3

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-PSPath<String[]>

Specifies an IIS configuration path to the location.

별칭

없음

필수 여부

false

위치

2

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-Recurse

Indicates that this cmdlet returns locations within the hierarchy of the specified location.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

예제

Example 1: Get location tags

This command returns all locations that are configured by using location tags.

IIS:\>Get-WebConfigurationLocation

관련 항목

Remove-WebConfigurationLocation

Rename-WebConfigurationLocation