Get-WebConfigurationLock
Published: February 29, 2012
Updated: August 15, 2012
Applies To: Windows Server 2012
Get-WebConfigurationLock
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.
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:\
