PowerShell Logo Small

Get-WebConfigurationLock



This is the built-in help made by Microsoft for the command 'Get-WebConfigurationLock', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the lock status of the specified IIS configuration location.

SYNTAX


Get-WebConfigurationLock [-Filter] <String[]> [[-PSPath] <String[]>] [-Location <String[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Gets the locking status of the specified IIS configuration location.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=287860

REMARKS

<

Examples


-------------- EXAMPLE 1: Get the locking status of an IIS configuration --------------

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



Returns the locking status of theaspIIS configuration section.