Start-WebCommitDelay
Instructs the IIS configuration system to delay the commitment of changes.
Syntax
Start-WebCommitDelay []
Description
The Start-WebCommitDelay cmdlet instructs the Internet Information Services (IIS) configuration system to delay the commitment of changes. The commitment of changes is delayed until the Stop-WebCommitDelay cmdlet is run.
Examples
Example 1: Delay the commitment of changes
PS C:\> Start-WebCommitDelay
This command delays the modification of IIS configuration settings until the Stop-WebCommitDelay cmdlet is run.