Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 2.3 KB

Get-WebConfigurationLocation.md

File metadata and controls

96 lines (70 loc) · 2.3 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IIS.PowerShell.Provider.dll-Help.xml
WebAdministration
12/27/2016
2.0.0
Get-WebConfigurationLocation

Get-WebConfigurationLocation

SYNOPSIS

Gets the location of a configuration setting.

SYNTAX

Get-WebConfigurationLocation [[-Name] <String>] [-Recurse] [[-PSPath] <String[]>] [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

Example 1: Get location tags

IIS:\> Get-WebConfigurationLocation

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

PARAMETERS

-Name

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

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-PSPath

Specifies an IIS configuration path to the location.

Type: String[]
Parameter Sets: (All)
Aliases: 

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Recurse

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

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Remove-WebConfigurationLocation

Rename-WebConfigurationLocation