Get-WebConfigurationLock

Get-WebConfigurationLock

Gets the lock status of the specified IIS configuration location.

Syntax

Parameter Set: Default
Get-WebConfigurationLock [-Filter] <String[]> [[-PSPath] <String[]> ] [-Location <String[]> ] [ <CommonParameters>]

Detailed Description

Gets the locking status of the specified IIS configuration location.

Parameters

-Filter<String[]>

A filter expression. It can be in XPath format.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Location<String[]>

The location of the IIS configuration setting.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-PSPath<String[]>

An IIS configuration path in the formatcomputer name/webroot/apphost.

Aliases

none

Required?

false

Position?

2

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 the locking status of an IIS configuration --------------

Returns the locking status of theaspIIS configuration section.

IIS:\>Get-WebConfigurationLock -Filter //asp -PSPath IIS:\