PowerShell Logo Small

Stop-WebCommitDelay



This is the built-in help made by Microsoft for the command 'Stop-WebCommitDelay', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Instructs the IIS configuration system to resume the commitment of changes.

SYNTAX


Stop-WebCommitDelay [[-PSPath] <String[]>] [[-Commit] <Boolean>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Instructs the configuration system to end the delay of commitment changes started by the Start-WebCommitDelay cmdlet. You can choose to either
commit or discard configuration changes made by using the Commit parameter.



<

RELATED LINKS

Start-WebCommitDelay

REMARKS

<

Examples


Example 1: Commit configuration changes

PS C:\> Stop-WebCommitDelay –Commit $true



Commits the configuration changes made since the Start-WebCommitDelay cmdlet was executed.




Example 2: Discard configuration changes

PS C:\> Stop-WebCommitDelay –Commit $false



Discards the configuration changes made since the Start-WebCommitDelay cmdlet was executed.